Class: Aws::KeyspacesStreams::Types::GetShardIteratorOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KeyspacesStreams::Types::GetShardIteratorOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-keyspacesstreams/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#shard_iterator ⇒ String
The unique identifier for the shard iterator.
Instance Attribute Details
#shard_iterator ⇒ String
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.
137 138 139 140 141 |
# File 'lib/aws-sdk-keyspacesstreams/types.rb', line 137 class GetShardIteratorOutput < Struct.new( :shard_iterator) SENSITIVE = [] include Aws::Structure end |