Class: Aws::IVS::Types::CreateRecordingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::CreateRecordingConfigurationResponse
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#recording_configuration ⇒ Types::RecordingConfiguration
1158 1159 1160 1161 1162 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1158 class CreateRecordingConfigurationResponse < Struct.new( :recording_configuration) SENSITIVE = [] include Aws::Structure end |