Class: Aws::BedrockAgent::Types::GetFlowVersionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::GetFlowVersionRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #flow_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the flow for which to get information.
 - 
  
    
      #flow_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the flow for which to get information.
 
Instance Attribute Details
#flow_identifier ⇒ String
The unique identifier of the flow for which to get information.
      3866 3867 3868 3869 3870 3871  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3866 class GetFlowVersionRequest < Struct.new( :flow_identifier, :flow_version) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_version ⇒ String
The version of the flow for which to get information.
      3866 3867 3868 3869 3870 3871  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3866 class GetFlowVersionRequest < Struct.new( :flow_identifier, :flow_version) SENSITIVE = [] include Aws::Structure end  |