Class: Aws::Types::DescribeStreamStorageConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStreamStorageConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
200 201 202 |
# File 'sig/types.rbs', line 200 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
199 200 201 |
# File 'sig/types.rbs', line 199 def stream_name @stream_name end |