Class: Aws::Types::GetShardIteratorInput
- Inherits:
-
Object
- Object
- Aws::Types::GetShardIteratorInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sequence_number ⇒ ::String
Returns the value of attribute sequence_number.
-
#shard_id ⇒ ::String
Returns the value of attribute shard_id.
-
#shard_iterator_type ⇒ "TRIM_HORIZON", ...
Returns the value of attribute shard_iterator_type.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
Instance Attribute Details
#sequence_number ⇒ ::String
Returns the value of attribute sequence_number.
59 60 61 |
# File 'sig/types.rbs', line 59 def sequence_number @sequence_number end |
#shard_id ⇒ ::String
Returns the value of attribute shard_id.
57 58 59 |
# File 'sig/types.rbs', line 57 def shard_id @shard_id end |
#shard_iterator_type ⇒ "TRIM_HORIZON", ...
Returns the value of attribute shard_iterator_type.
58 59 60 |
# File 'sig/types.rbs', line 58 def shard_iterator_type @shard_iterator_type end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
56 57 58 |
# File 'sig/types.rbs', line 56 def stream_arn @stream_arn end |