Class: Aws::DynamoDBStreams::Types::GetShardIteratorOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams/types.rb

Overview

Represents the output of a GetShardIterator operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#shard_iteratorString

The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.

Returns:

  • (String)


274
275
276
277
278
# File 'gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams/types.rb', line 274

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