Class: Aws::QuickSight::Types::VideoExtractionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::VideoExtractionConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration for video extraction from knowledge base documents.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#video_extraction_status ⇒ String
The status of video extraction.
-
#video_extraction_type ⇒ String
The type of video extraction to perform.
Instance Attribute Details
#video_extraction_status ⇒ String
The status of video extraction. Valid values are ENABLED and DISABLED.
49129 49130 49131 49132 49133 49134 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49129 class VideoExtractionConfiguration < Struct.new( :video_extraction_status, :video_extraction_type) SENSITIVE = [] include Aws::Structure end |
#video_extraction_type ⇒ String
The type of video extraction to perform.
49129 49130 49131 49132 49133 49134 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49129 class VideoExtractionConfiguration < Struct.new( :video_extraction_status, :video_extraction_type) SENSITIVE = [] include Aws::Structure end |