Class: Aws::NovaAct::Types::WorkflowRunSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::WorkflowRunSummary
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
Summary information about a workflow run, including execution status and timing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ended_at ⇒ Time
The timestamp when the workflow run completed execution, if applicable.
-
#started_at ⇒ Time
The timestamp when the workflow run started execution.
-
#status ⇒ String
The current execution status of the workflow run.
-
#trace_location ⇒ Types::TraceLocation
The location where trace information for this workflow run is stored.
-
#workflow_run_arn ⇒ String
The Amazon Resource Name (ARN) of the workflow run.
-
#workflow_run_id ⇒ String
The unique identifier of the workflow run.
Instance Attribute Details
#ended_at ⇒ Time
The timestamp when the workflow run completed execution, if applicable.
1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1322 class WorkflowRunSummary < Struct.new( :workflow_run_arn, :workflow_run_id, :status, :started_at, :ended_at, :trace_location) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The timestamp when the workflow run started execution.
1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1322 class WorkflowRunSummary < Struct.new( :workflow_run_arn, :workflow_run_id, :status, :started_at, :ended_at, :trace_location) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current execution status of the workflow run.
1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1322 class WorkflowRunSummary < Struct.new( :workflow_run_arn, :workflow_run_id, :status, :started_at, :ended_at, :trace_location) SENSITIVE = [] include Aws::Structure end |
#trace_location ⇒ Types::TraceLocation
The location where trace information for this workflow run is stored.
1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1322 class WorkflowRunSummary < Struct.new( :workflow_run_arn, :workflow_run_id, :status, :started_at, :ended_at, :trace_location) SENSITIVE = [] include Aws::Structure end |
#workflow_run_arn ⇒ String
The Amazon Resource Name (ARN) of the workflow run.
1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1322 class WorkflowRunSummary < Struct.new( :workflow_run_arn, :workflow_run_id, :status, :started_at, :ended_at, :trace_location) SENSITIVE = [] include Aws::Structure end |
#workflow_run_id ⇒ String
The unique identifier of the workflow run.
1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1322 class WorkflowRunSummary < Struct.new( :workflow_run_arn, :workflow_run_id, :status, :started_at, :ended_at, :trace_location) SENSITIVE = [] include Aws::Structure end |