Class: Aws::MWAAServerless::Types::WorkflowRunSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#run_detail_summaryTypes::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_idString

The unique identifier of the workflow run.

Returns:

  • (String)


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_typeString

The type of workflow run.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the workflow that contains this run.

Returns:

  • (String)


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_versionString

The version of the workflow used for this run.

Returns:

  • (String)


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