Class: Aws::Chime::Types::ContentArtifactsConfiguration

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

Overview

The content artifact object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mux_typeString

The MUX type of the artifact configuration.

Returns:

  • (String)


1512
1513
1514
1515
1516
1517
# File 'lib/aws-sdk-chime/types.rb', line 1512

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

#stateString

Indicates whether the content artifact is enabled or disabled.

Returns:

  • (String)


1512
1513
1514
1515
1516
1517
# File 'lib/aws-sdk-chime/types.rb', line 1512

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