You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConnectParticipant::Types::StartPosition

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StartPosition as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_timeString

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.

Returns:

  • (String)

    The time in ISO format where to start.

#idString

The ID of the message or event where to start.

Returns:

  • (String)

    The ID of the message or event where to start.

#most_recentInteger

The start position of the most recent message where you want to start.

Returns:

  • (Integer)

    The start position of the most recent message where you want to start.