Class: Aws::Types::ListShardsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListShardsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclusive_start_shard_id ⇒ ::String
Returns the value of attribute exclusive_start_shard_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#shard_filter ⇒ Types::ShardFilter
Returns the value of attribute shard_filter.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_creation_timestamp ⇒ ::Time
Returns the value of attribute stream_creation_timestamp.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#exclusive_start_shard_id ⇒ ::String
Returns the value of attribute exclusive_start_shard_id.
297 298 299 |
# File 'sig/types.rbs', line 297 def exclusive_start_shard_id @exclusive_start_shard_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
298 299 300 |
# File 'sig/types.rbs', line 298 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
296 297 298 |
# File 'sig/types.rbs', line 296 def next_token @next_token end |
#shard_filter ⇒ Types::ShardFilter
Returns the value of attribute shard_filter.
300 301 302 |
# File 'sig/types.rbs', line 300 def shard_filter @shard_filter end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
301 302 303 |
# File 'sig/types.rbs', line 301 def stream_arn @stream_arn end |
#stream_creation_timestamp ⇒ ::Time
Returns the value of attribute stream_creation_timestamp.
299 300 301 |
# File 'sig/types.rbs', line 299 def @stream_creation_timestamp end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
302 303 304 |
# File 'sig/types.rbs', line 302 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
295 296 297 |
# File 'sig/types.rbs', line 295 def stream_name @stream_name end |