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
2883 2884 2885 2886 2887 2888 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 2883 class VideoStandardGenerativeField < Struct.new( :state, :types) SENSITIVE = [] include Aws::Structure end |
#types ⇒ Array<String>
List of Video Standard Generative Field Type
2883 2884 2885 2886 2887 2888 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 2883 class VideoStandardGenerativeField < Struct.new( :state, :types) SENSITIVE = [] include Aws::Structure end |