Class: Aws::BedrockAgent::Types::VideoExtractionConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Configuration for video extraction.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#video_extraction_statusString

Whether video extraction is enabled or disabled.

Returns:

  • (String)


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