Class: Aws::BedrockDataAutomation::Types::VideoStandardGenerativeField
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::VideoStandardGenerativeField
- 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
-
#state ⇒ String
State.
-
#types ⇒ Array<String>
List of Video Standard Generative Field Type.
Instance Attribute Details
#state ⇒ String
State
1483 1484 1485 1486 1487 1488 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1483 class VideoStandardGenerativeField < Struct.new( :state, :types) SENSITIVE = [] include Aws::Structure end |
#types ⇒ Array<String>
List of Video Standard Generative Field Type
1483 1484 1485 1486 1487 1488 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1483 class VideoStandardGenerativeField < Struct.new( :state, :types) SENSITIVE = [] include Aws::Structure end |