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.
428 429 430 |
# File 'sig/types.rbs', line 428 def exclusive_start_shard_id @exclusive_start_shard_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
429 430 431 |
# File 'sig/types.rbs', line 429 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
427 428 429 |
# File 'sig/types.rbs', line 427 def next_token @next_token end |
#shard_filter ⇒ Types::ShardFilter
Returns the value of attribute shard_filter.
431 432 433 |
# File 'sig/types.rbs', line 431 def shard_filter @shard_filter end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
432 433 434 |
# File 'sig/types.rbs', line 432 def stream_arn @stream_arn end |
#stream_creation_timestamp ⇒ ::Time
Returns the value of attribute stream_creation_timestamp.
430 431 432 |
# File 'sig/types.rbs', line 430 def @stream_creation_timestamp end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
433 434 435 |
# File 'sig/types.rbs', line 433 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
426 427 428 |
# File 'sig/types.rbs', line 426 def stream_name @stream_name end |