Class: Aws::Chime::Types::VideoArtifactsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::VideoArtifactsConfiguration
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/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.
9145 9146 9147 9148 9149 9150 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 9145 class VideoArtifactsConfiguration < Struct.new( :state, :mux_type) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Indicates whether the video artifact is enabled or disabled.
9145 9146 9147 9148 9149 9150 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 9145 class VideoArtifactsConfiguration < Struct.new( :state, :mux_type) SENSITIVE = [] include Aws::Structure end |