Class: Aws::ChimeSDKMediaPipelines::Types::ContentArtifactsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::ContentArtifactsConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/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.
773 774 775 776 777 778 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 773 class ContentArtifactsConfiguration < Struct.new( :state, :mux_type) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Indicates whether the content artifact is enabled or disabled.
773 774 775 776 777 778 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 773 class ContentArtifactsConfiguration < Struct.new( :state, :mux_type) SENSITIVE = [] include Aws::Structure end |