Class: Aws::KeyspacesStreams::Types::GetShardIteratorOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-keyspacesstreams/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#shard_iteratorString

The unique identifier for the shard iterator. This value is used in the GetRecords operation to retrieve data records from the specified shard. Each shard iterator expires 15 minutes after it is returned to the requester.

Returns:

  • (String)


143
144
145
146
147
# File 'lib/aws-sdk-keyspacesstreams/types.rb', line 143

class GetShardIteratorOutput < Struct.new(
  :shard_iterator)
  SENSITIVE = []
  include Aws::Structure
end