Class: Aws::BedrockAgentRuntime::Types::GetFlowExecutionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgentRuntime::Types::GetFlowExecutionRequest
 
 
- Defined in:
 - gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #execution_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the flow execution to retrieve.
 - 
  
    
      #flow_alias_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the flow alias used for the execution.
 - 
  
    
      #flow_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the flow.
 
Instance Attribute Details
#execution_identifier ⇒ String
The unique identifier of the flow execution to retrieve.
      3071 3072 3073 3074 3075 3076 3077  | 
    
      # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3071 class GetFlowExecutionRequest < Struct.new( :flow_identifier, :flow_alias_identifier, :execution_identifier) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_alias_identifier ⇒ String
The unique identifier of the flow alias used for the execution.
      3071 3072 3073 3074 3075 3076 3077  | 
    
      # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3071 class GetFlowExecutionRequest < Struct.new( :flow_identifier, :flow_alias_identifier, :execution_identifier) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_identifier ⇒ String
The unique identifier of the flow.
      3071 3072 3073 3074 3075 3076 3077  | 
    
      # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3071 class GetFlowExecutionRequest < Struct.new( :flow_identifier, :flow_alias_identifier, :execution_identifier) SENSITIVE = [] include Aws::Structure end  |