Class: Aws::IVSRealTime::Types::GetStorageConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivsrealtime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#storage_configurationTypes::StorageConfiguration

The StorageConfiguration that was returned.



1066
1067
1068
1069
1070
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1066

class GetStorageConfigurationResponse < Struct.new(
  :storage_configuration)
  SENSITIVE = []
  include Aws::Structure
end