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.
12065 12066 12067 12068 12069 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 12065 class VideoExtractionConfiguration < Struct.new( :video_extraction_status) SENSITIVE = [] include Aws::Structure end |