Class: Aws::Chime::Types::AudioArtifactsConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

The audio artifact configuration object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mux_typeString

The MUX type of the audio artifact configuration object.

Returns:

  • (String)


603
604
605
606
607
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 603

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