Class: Aws::Types::GetShardIteratorInput
- Inherits:
-
Object
- Object
- Aws::Types::GetShardIteratorInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#shard_id ⇒ ::String
Returns the value of attribute shard_id.
214 215 216 |
# File 'sig/types.rbs', line 214 def shard_id @shard_id end |
#shard_iterator_type ⇒ "AT_SEQUENCE_NUMBER", ...
Returns the value of attribute shard_iterator_type.
215 216 217 |
# File 'sig/types.rbs', line 215 def shard_iterator_type @shard_iterator_type end |
#starting_sequence_number ⇒ ::String
Returns the value of attribute starting_sequence_number.
216 217 218 |
# File 'sig/types.rbs', line 216 def starting_sequence_number @starting_sequence_number end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
218 219 220 |
# File 'sig/types.rbs', line 218 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
219 220 221 |
# File 'sig/types.rbs', line 219 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
213 214 215 |
# File 'sig/types.rbs', line 213 def stream_name @stream_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
217 218 219 |
# File 'sig/types.rbs', line 217 def @timestamp end |