Class: Aws::Types::DescribeStreamStorageConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStreamStorageConfigurationOutput
- 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.
-
#stream_storage_configuration ⇒ Types::StreamStorageConfiguration
Returns the value of attribute stream_storage_configuration.
Instance Attribute Details
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
206 207 208 |
# File 'sig/types.rbs', line 206 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
205 206 207 |
# File 'sig/types.rbs', line 205 def stream_name @stream_name end |
#stream_storage_configuration ⇒ Types::StreamStorageConfiguration
Returns the value of attribute stream_storage_configuration.
207 208 209 |
# File 'sig/types.rbs', line 207 def stream_storage_configuration @stream_storage_configuration end |