Class: Aws::BedrockAgent::Types::DeleteFlowAliasRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::DeleteFlowAliasRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #alias_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the alias to be deleted.
 - 
  
    
      #flow_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the flow that the alias belongs to.
 
Instance Attribute Details
#alias_identifier ⇒ String
The unique identifier of the alias to be deleted.
      2606 2607 2608 2609 2610 2611  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2606 class DeleteFlowAliasRequest < Struct.new( :alias_identifier, :flow_identifier) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_identifier ⇒ String
The unique identifier of the flow that the alias belongs to.
      2606 2607 2608 2609 2610 2611  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2606 class DeleteFlowAliasRequest < Struct.new( :alias_identifier, :flow_identifier) SENSITIVE = [] include Aws::Structure end  |