Class: Aws::BedrockAgent::Types::FlowVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::FlowVersionSummary
- Defined in:
- gems/aws-sdk-bedrockagent/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:
^
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.
3767 3768 3769 3770 3771 3772 3773 3774 3775 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3767 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.
3767 3768 3769 3770 3771 3772 3773 3774 3775 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3767 class FlowVersionSummary < Struct.new( :arn, :created_at, :id, :status, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the flow.
3767 3768 3769 3770 3771 3772 3773 3774 3775 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3767 class FlowVersionSummary < Struct.new( :arn, :created_at, :id, :status, :version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the flow.
3767 3768 3769 3770 3771 3772 3773 3774 3775 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3767 class FlowVersionSummary < Struct.new( :arn, :created_at, :id, :status, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the flow.
3767 3768 3769 3770 3771 3772 3773 3774 3775 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3767 class FlowVersionSummary < Struct.new( :arn, :created_at, :id, :status, :version) SENSITIVE = [] include Aws::Structure end |