Class: Aws::Types::GetShardIteratorInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#shard_id::String

Returns the value of attribute shard_id.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def shard_id
  @shard_id
end

#shard_iterator_type"AT_SEQUENCE_NUMBER", ...

Returns the value of attribute shard_iterator_type.

Returns:

  • ("AT_SEQUENCE_NUMBER", "AFTER_SEQUENCE_NUMBER", "TRIM_HORIZON", "LATEST", "AT_TIMESTAMP")


333
334
335
# File 'sig/types.rbs', line 333

def shard_iterator_type
  @shard_iterator_type
end

#starting_sequence_number::String

Returns the value of attribute starting_sequence_number.

Returns:

  • (::String)


334
335
336
# File 'sig/types.rbs', line 334

def starting_sequence_number
  @starting_sequence_number
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def stream_name
  @stream_name
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


335
336
337
# File 'sig/types.rbs', line 335

def timestamp
  @timestamp
end