Class: Aws::BedrockDataAutomation::Types::VideoStandardGenerativeField

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

Overview

Standard Generative Field Configuration of Video

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

State



1766
1767
1768
1769
1770
1771
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1766

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

#typesArray<String>

List of Video Standard Generative Field Type



1766
1767
1768
1769
1770
1771
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1766

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