Class: Aws::BedrockAgentRuntime::Types::FlowExecutionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::FlowExecutionSummary
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains summary information about a flow execution, including its status, timestamps, and identifiers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the flow execution was created.
-
#ended_at ⇒ Time
The timestamp when the flow execution ended.
-
#execution_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the flow execution.
-
#flow_alias_identifier ⇒ String
The unique identifier of the flow alias used for the execution.
-
#flow_identifier ⇒ String
The unique identifier of the flow.
-
#flow_version ⇒ String
The version of the flow used for the execution.
-
#status ⇒ String
The current status of the flow execution.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the flow execution was created.
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1881 class FlowExecutionSummary < Struct.new( :execution_arn, :flow_alias_identifier, :flow_identifier, :flow_version, :status, :created_at, :ended_at) SENSITIVE = [] include Aws::Structure end |
#ended_at ⇒ Time
The timestamp when the flow execution ended. This field is only populated when the execution has completed, failed, timed out, or been aborted.
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1881 class FlowExecutionSummary < Struct.new( :execution_arn, :flow_alias_identifier, :flow_identifier, :flow_version, :status, :created_at, :ended_at) SENSITIVE = [] include Aws::Structure end |
#execution_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the flow execution.
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1881 class FlowExecutionSummary < Struct.new( :execution_arn, :flow_alias_identifier, :flow_identifier, :flow_version, :status, :created_at, :ended_at) SENSITIVE = [] include Aws::Structure end |
#flow_alias_identifier ⇒ String
The unique identifier of the flow alias used for the execution.
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1881 class FlowExecutionSummary < Struct.new( :execution_arn, :flow_alias_identifier, :flow_identifier, :flow_version, :status, :created_at, :ended_at) SENSITIVE = [] include Aws::Structure end |
#flow_identifier ⇒ String
The unique identifier of the flow.
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1881 class FlowExecutionSummary < Struct.new( :execution_arn, :flow_alias_identifier, :flow_identifier, :flow_version, :status, :created_at, :ended_at) SENSITIVE = [] include Aws::Structure end |
#flow_version ⇒ String
The version of the flow used for the execution.
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1881 class FlowExecutionSummary < Struct.new( :execution_arn, :flow_alias_identifier, :flow_identifier, :flow_version, :status, :created_at, :ended_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the flow execution.
Flow executions time out after 24 hours.
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1881 class FlowExecutionSummary < Struct.new( :execution_arn, :flow_alias_identifier, :flow_identifier, :flow_version, :status, :created_at, :ended_at) SENSITIVE = [] include Aws::Structure end |