Class: Aws::BedrockAgent::Types::PrepareFlowResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::PrepareFlowResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the flow.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the flow.
 
Instance Attribute Details
#id ⇒ String
The unique identifier of the flow.
      5782 5783 5784 5785 5786 5787  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 5782 class PrepareFlowResponse < Struct.new( :id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the flow. When you submit this request, the status will be ‘NotPrepared`. If preparation succeeds, the status becomes `Prepared`. If it fails, the status becomes `FAILED`.
      5782 5783 5784 5785 5786 5787  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 5782 class PrepareFlowResponse < Struct.new( :id, :status) SENSITIVE = [] include Aws::Structure end  |