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.
435 436 437 |
# File 'sig/types.rbs', line 435 def exclusive_start_shard_id @exclusive_start_shard_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
436 437 438 |
# File 'sig/types.rbs', line 436 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
434 435 436 |
# File 'sig/types.rbs', line 434 def next_token @next_token end |
#shard_filter ⇒ Types::ShardFilter
Returns the value of attribute shard_filter.
438 439 440 |
# File 'sig/types.rbs', line 438 def shard_filter @shard_filter end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
439 440 441 |
# File 'sig/types.rbs', line 439 def stream_arn @stream_arn end |
#stream_creation_timestamp ⇒ ::Time
Returns the value of attribute stream_creation_timestamp.
437 438 439 |
# File 'sig/types.rbs', line 437 def end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
440 441 442 |
# File 'sig/types.rbs', line 440 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
433 434 435 |
# File 'sig/types.rbs', line 433 def stream_name @stream_name end |