Class: Aws::Types::GetShardIteratorInput
- Inherits:
-
Object
- Object
- Aws::Types::GetShardIteratorInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#shard_id ⇒ ::String
Returns the value of attribute shard_id.
-
#shard_iterator_type ⇒ "AT_SEQUENCE_NUMBER", ...
Returns the value of attribute shard_iterator_type.
-
#starting_sequence_number ⇒ ::String
Returns the value of attribute starting_sequence_number.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
344 345 346 |
# File 'sig/types.rbs', line 344 def dry_run @dry_run end |
#shard_id ⇒ ::String
Returns the value of attribute shard_id.
338 339 340 |
# File 'sig/types.rbs', line 338 def shard_id @shard_id end |
#shard_iterator_type ⇒ "AT_SEQUENCE_NUMBER", ...
Returns the value of attribute shard_iterator_type.
339 340 341 |
# File 'sig/types.rbs', line 339 def shard_iterator_type @shard_iterator_type end |
#starting_sequence_number ⇒ ::String
Returns the value of attribute starting_sequence_number.
340 341 342 |
# File 'sig/types.rbs', line 340 def starting_sequence_number @starting_sequence_number end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
342 343 344 |
# File 'sig/types.rbs', line 342 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
343 344 345 |
# File 'sig/types.rbs', line 343 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
337 338 339 |
# File 'sig/types.rbs', line 337 def stream_name @stream_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
341 342 343 |
# File 'sig/types.rbs', line 341 def @timestamp end |