Class: Aws::BedrockAgent::Types::FlowVersionSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::FlowVersionSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Contains information about a version of a flow.
This data type is used in the following API operations:
- ListFlowVersions response][1
 
^
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the flow that the version belongs to.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at the version was created.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the flow.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the flow.
 - 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the flow.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow that the version belongs to.
      3407 3408 3409 3410 3411 3412 3413 3414 3415  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3407 class FlowVersionSummary < Struct.new( :arn, :created_at, :id, :status, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time at the version was created.
      3407 3408 3409 3410 3411 3412 3413 3414 3415  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3407 class FlowVersionSummary < Struct.new( :arn, :created_at, :id, :status, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The unique identifier of the flow.
      3407 3408 3409 3410 3411 3412 3413 3414 3415  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3407 class FlowVersionSummary < Struct.new( :arn, :created_at, :id, :status, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the flow.
      3407 3408 3409 3410 3411 3412 3413 3414 3415  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3407 class FlowVersionSummary < Struct.new( :arn, :created_at, :id, :status, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#version ⇒ String
The version of the flow.
      3407 3408 3409 3410 3411 3412 3413 3414 3415  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3407 class FlowVersionSummary < Struct.new( :arn, :created_at, :id, :status, :version) SENSITIVE = [] include Aws::Structure end  |