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

#state ⇒ String

State

Returns:

  • (String)


2826
2827
2828
2829
2830
2831
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2826

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

#types ⇒ Array<String>

List of Video Extraction Category Type

Returns:

  • (Array<String>)


2826
2827
2828
2829
2830
2831
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2826

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