Class: Aws::BedrockAgent::Types::DeleteFlowResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::DeleteFlowResponse
 
 
- 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.
 
Instance Attribute Details
#id ⇒ String
The unique identifier of the flow.
      2655 2656 2657 2658 2659  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2655 class DeleteFlowResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end  |