Class: Aws::BedrockAgent::Types::DeleteFlowAliasResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::DeleteFlowAliasResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #flow_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the flow that the alias belongs to.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the flow.
 
Instance Attribute Details
#flow_id ⇒ String
The unique identifier of the flow that the alias belongs to.
      2633 2634 2635 2636 2637 2638  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2633 class DeleteFlowAliasResponse < Struct.new( :flow_id, :id) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The unique identifier of the flow.
      2633 2634 2635 2636 2637 2638  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2633 class DeleteFlowAliasResponse < Struct.new( :flow_id, :id) SENSITIVE = [] include Aws::Structure end  |