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
654 655 656 657 658 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 654 class DocumentOutputAdditionalFileFormat < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |