Class: Aws::Chime::Types::ContentArtifactsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ContentArtifactsConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The content artifact object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mux_type ⇒ String
The MUX type of the artifact configuration.
-
#state ⇒ String
Indicates whether the content artifact is enabled or disabled.
Instance Attribute Details
#mux_type ⇒ String
The MUX type of the artifact configuration.
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 |
#state ⇒ String
Indicates whether the content artifact is enabled or disabled.
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 |