Class: Aws::IVSRealTime::Types::CreateStorageConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::CreateStorageConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#storage_configuration ⇒ Types::StorageConfiguration
The StorageConfiguration that was created.
Instance Attribute Details
#storage_configuration ⇒ Types::StorageConfiguration
The StorageConfiguration that was created.
465 466 467 468 469 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 465 class CreateStorageConfigurationResponse < Struct.new( :storage_configuration) SENSITIVE = [] include Aws::Structure end |