Class: Aws::BedrockDataAutomation::Types::VideoStandardGenerativeField
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::VideoStandardGenerativeField
- Defined in:
- gems/aws-sdk-bedrockdataautomation/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
1659 1660 1661 1662 1663 1664 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1659 class VideoStandardGenerativeField < Struct.new( :state, :types) SENSITIVE = [] include Aws::Structure end |
#types ⇒ Array<String>
List of Video Standard Generative Field Type
1659 1660 1661 1662 1663 1664 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1659 class VideoStandardGenerativeField < Struct.new( :state, :types) SENSITIVE = [] include Aws::Structure end |