Class: Aws::Types::DescribeStreamSummaryInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStreamSummaryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
136 137 138 |
# File 'sig/types.rbs', line 136 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
137 138 139 |
# File 'sig/types.rbs', line 137 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
135 136 137 |
# File 'sig/types.rbs', line 135 def stream_name @stream_name end |