Class: Aws::BedrockDataAutomation::Types::DocumentOutputAdditionalFileFormat
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::DocumentOutputAdditionalFileFormat
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Additional File Format of Document Output
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
State.
Instance Attribute Details
#state ⇒ String
State
760 761 762 763 764 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 760 class DocumentOutputAdditionalFileFormat < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |