Class: Aws::BedrockDataAutomation::Types::DocumentStandardGenerativeField
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockDataAutomation::Types::DocumentStandardGenerativeField
 
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Standard Generative Field Configuration of Document
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    State. 
Instance Attribute Details
#state ⇒ String
State
| 796 797 798 799 800 | # File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 796 class DocumentStandardGenerativeField < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |