class Aws::ConnectParticipant::Types::StartPosition

A filtering option for where to start. For example, if you sent 100 messages, start with message 50.

@note When making an API call, you may pass StartPosition

data as a hash:

    {
      id: "ChatItemId",
      absolute_time: "Instant",
      most_recent: 1,
    }

@!attribute [rw] id

The ID of the message or event where to start.
@return [String]

@!attribute [rw] absolute_time

The time in ISO format where to start.

It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For
example, 2019-11-08T02:41:28.172Z.
@return [String]

@!attribute [rw] most_recent

The start position of the most recent message where you want to
start.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/connectparticipant-2018-09-07/StartPosition AWS API Documentation

Constants

SENSITIVE