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 the flow version.
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 flow 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.
3396 3397 3398 3399 3400 3401 3402 3403 3404 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3396 class FlowVersionSummary < Struct.new( :arn, :created_at, :id, :status, :version) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time at the flow version was created.
3396 3397 3398 3399 3400 3401 3402 3403 3404 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3396 class FlowVersionSummary < Struct.new( :arn, :created_at, :id, :status, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the flow.
3396 3397 3398 3399 3400 3401 3402 3403 3404 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3396 class FlowVersionSummary < Struct.new( :arn, :created_at, :id, :status, :version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the flow.
3396 3397 3398 3399 3400 3401 3402 3403 3404 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3396 class FlowVersionSummary < Struct.new( :arn, :created_at, :id, :status, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the flow.
3396 3397 3398 3399 3400 3401 3402 3403 3404 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3396 class FlowVersionSummary < Struct.new( :arn, :created_at, :id, :status, :version) SENSITIVE = [] include Aws::Structure end |