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.
-
#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.
Instance Attribute Details
#exclusive_start_shard_id ⇒ ::String
Returns the value of attribute exclusive_start_shard_id.
123 124 125 |
# File 'sig/types.rbs', line 123 def exclusive_start_shard_id @exclusive_start_shard_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
122 123 124 |
# File 'sig/types.rbs', line 122 def limit @limit end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
124 125 126 |
# File 'sig/types.rbs', line 124 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
125 126 127 |
# File 'sig/types.rbs', line 125 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
121 122 123 |
# File 'sig/types.rbs', line 121 def stream_name @stream_name end |