Class: Aws::BedrockAgent::Types::VideoExtractionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::VideoExtractionConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Configuration for video extraction.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#video_extraction_status ⇒ String
Whether video extraction is enabled or disabled.
Instance Attribute Details
#video_extraction_status ⇒ String
Whether video extraction is enabled or disabled.
12044 12045 12046 12047 12048 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 12044 class VideoExtractionConfiguration < Struct.new( :video_extraction_status) SENSITIVE = [] include Aws::Structure end |