Class: Aws::IVS::Types::CreateRecordingConfigurationResponse

Inherits:
Struct
  • Object
show all
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_configurationTypes::RecordingConfiguration



644
645
646
647
648
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 644

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