Class: Aws::MWAAServerless::Types::WorkflowRunSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAAServerless::Types::WorkflowRunSummary
- Defined in:
- gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb
Overview
Summary information about a workflow run, including basic identification and status information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#run_detail_summary ⇒ Types::RunDetailSummary
Summary details about the workflow run execution.
-
#run_id ⇒ String
The unique identifier of the workflow run.
-
#run_type ⇒ String
The type of workflow run.
-
#workflow_arn ⇒ String
The Amazon Resource Name (ARN) of the workflow that contains this run.
-
#workflow_version ⇒ String
The version of the workflow used for this run.
Instance Attribute Details
#run_detail_summary ⇒ Types::RunDetailSummary
Summary details about the workflow run execution.
1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1494 class WorkflowRunSummary < Struct.new( :run_id, :workflow_arn, :workflow_version, :run_type, :run_detail_summary) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The unique identifier of the workflow run.
1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1494 class WorkflowRunSummary < Struct.new( :run_id, :workflow_arn, :workflow_version, :run_type, :run_detail_summary) SENSITIVE = [] include Aws::Structure end |
#run_type ⇒ String
The type of workflow run.
1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1494 class WorkflowRunSummary < Struct.new( :run_id, :workflow_arn, :workflow_version, :run_type, :run_detail_summary) SENSITIVE = [] include Aws::Structure end |
#workflow_arn ⇒ String
The Amazon Resource Name (ARN) of the workflow that contains this run.
1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1494 class WorkflowRunSummary < Struct.new( :run_id, :workflow_arn, :workflow_version, :run_type, :run_detail_summary) SENSITIVE = [] include Aws::Structure end |
#workflow_version ⇒ String
The version of the workflow used for this run.
1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1494 class WorkflowRunSummary < Struct.new( :run_id, :workflow_arn, :workflow_version, :run_type, :run_detail_summary) SENSITIVE = [] include Aws::Structure end |