Class: Aws::ChimeSDKMediaPipelines::Types::VideoArtifactsConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::VideoArtifactsConfiguration
 
- Defined in:
- gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
The video artifact configuration object.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #mux_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The MUX type of the video artifact configuration object. 
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether the video artifact is enabled or disabled. 
Instance Attribute Details
#mux_type ⇒ String
The MUX type of the video artifact configuration object.
| 3559 3560 3561 3562 3563 3564 | # File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3559 class VideoArtifactsConfiguration < Struct.new( :state, :mux_type) SENSITIVE = [] include Aws::Structure end | 
#state ⇒ String
Indicates whether the video artifact is enabled or disabled.
| 3559 3560 3561 3562 3563 3564 | # File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3559 class VideoArtifactsConfiguration < Struct.new( :state, :mux_type) SENSITIVE = [] include Aws::Structure end |