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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recording_configurationTypes::RecordingConfiguration

<zonbook />

<xhtml />



651
652
653
654
655
# File 'lib/aws-sdk-ivs/types.rb', line 651

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