Class: Aws::Chime::Types::VideoArtifactsConfiguration

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

Overview

The video artifact configuration object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mux_typeString

The MUX type of the video artifact configuration object.

Returns:

  • (String)


9145
9146
9147
9148
9149
9150
# File 'lib/aws-sdk-chime/types.rb', line 9145

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

#stateString

Indicates whether the video artifact is enabled or disabled.

Returns:

  • (String)


9145
9146
9147
9148
9149
9150
# File 'lib/aws-sdk-chime/types.rb', line 9145

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