Class: Aws::Types::DescribeStreamInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStreamInput
- 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.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#shard_filter ⇒ Types::ShardFilter
Returns the value of attribute shard_filter.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
Instance Attribute Details
#exclusive_start_shard_id ⇒ ::String
Returns the value of attribute exclusive_start_shard_id.
28 29 30 |
# File 'sig/types.rbs', line 28 def exclusive_start_shard_id @exclusive_start_shard_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
27 28 29 |
# File 'sig/types.rbs', line 27 def limit @limit end |
#shard_filter ⇒ Types::ShardFilter
Returns the value of attribute shard_filter.
29 30 31 |
# File 'sig/types.rbs', line 29 def shard_filter @shard_filter end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
26 27 28 |
# File 'sig/types.rbs', line 26 def stream_arn @stream_arn end |