Class: Aws::QuickSight::Types::VideoExtractionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::VideoExtractionConfiguration
- Includes:
- Structure
- Defined in:
- 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.
48735 48736 48737 48738 48739 48740 |
# File 'lib/aws-sdk-quicksight/types.rb', line 48735 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.
48735 48736 48737 48738 48739 48740 |
# File 'lib/aws-sdk-quicksight/types.rb', line 48735 class VideoExtractionConfiguration < Struct.new( :video_extraction_status, :video_extraction_type) SENSITIVE = [] include Aws::Structure end |