Class: Aws::MWAAServerless::Types::WorkflowSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb

Overview

Summary information about a workflow, including basic identification and metadata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the workflow was created, in ISO 8601 date-time format.

Returns:

  • (Time)


1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1543

class WorkflowSummary < Struct.new(
  :workflow_arn,
  :workflow_version,
  :name,
  :description,
  :created_at,
  :modified_at,
  :workflow_status,
  :trigger_mode)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the workflow.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1543

class WorkflowSummary < Struct.new(
  :workflow_arn,
  :workflow_version,
  :name,
  :description,
  :created_at,
  :modified_at,
  :workflow_status,
  :trigger_mode)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The timestamp when the workflow was last modified, in ISO 8601 date-time format.

Returns:

  • (Time)


1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1543

class WorkflowSummary < Struct.new(
  :workflow_arn,
  :workflow_version,
  :name,
  :description,
  :created_at,
  :modified_at,
  :workflow_status,
  :trigger_mode)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the workflow.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1543

class WorkflowSummary < Struct.new(
  :workflow_arn,
  :workflow_version,
  :name,
  :description,
  :created_at,
  :modified_at,
  :workflow_status,
  :trigger_mode)
  SENSITIVE = []
  include Aws::Structure
end

#trigger_modeString

The trigger mode for the workflow execution.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1543

class WorkflowSummary < Struct.new(
  :workflow_arn,
  :workflow_version,
  :name,
  :description,
  :created_at,
  :modified_at,
  :workflow_status,
  :trigger_mode)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_arnString

The Amazon Resource Name (ARN) of the workflow.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1543

class WorkflowSummary < Struct.new(
  :workflow_arn,
  :workflow_version,
  :name,
  :description,
  :created_at,
  :modified_at,
  :workflow_status,
  :trigger_mode)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_statusString

The current status of the workflow.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1543

class WorkflowSummary < Struct.new(
  :workflow_arn,
  :workflow_version,
  :name,
  :description,
  :created_at,
  :modified_at,
  :workflow_status,
  :trigger_mode)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_versionString

The version identifier of the workflow.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1543

class WorkflowSummary < Struct.new(
  :workflow_arn,
  :workflow_version,
  :name,
  :description,
  :created_at,
  :modified_at,
  :workflow_status,
  :trigger_mode)
  SENSITIVE = []
  include Aws::Structure
end