Module: Aws::KinesisVideo::Client::_DescribeStreamStorageConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeStreamStorageConfigurationOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #stream_arn ⇒ ::String
- #stream_name ⇒ ::String
- #stream_storage_configuration ⇒ Types::StreamStorageConfiguration
Instance Method Details
#stream_arn ⇒ ::String
239 |
# File 'sig/client.rbs', line 239
def stream_arn: () -> ::String
|
#stream_name ⇒ ::String
238 |
# File 'sig/client.rbs', line 238
def stream_name: () -> ::String
|
#stream_storage_configuration ⇒ Types::StreamStorageConfiguration
240 |
# File 'sig/client.rbs', line 240
def stream_storage_configuration: () -> Types::StreamStorageConfiguration
|