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.
254 255 256 |
# File 'sig/types.rbs', line 254 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
255 256 257 |
# File 'sig/types.rbs', line 255 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
253 254 255 |
# File 'sig/types.rbs', line 253 def stream_name @stream_name end |