Class: Aws::BedrockDataAutomation::Types::VideoExtractionCategory

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb

Overview

Category of Video Extraction

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

State

Returns:

  • (String)


1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1607

class VideoExtractionCategory < Struct.new(
  :state,
  :types)
  SENSITIVE = []
  include Aws::Structure
end

#typesArray<String>

List of Video Extraction Category Type

Returns:

  • (Array<String>)


1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1607

class VideoExtractionCategory < Struct.new(
  :state,
  :types)
  SENSITIVE = []
  include Aws::Structure
end