Class: Aws::MigrationHubOrchestrator::Types::WorkflowStepGroupSummary

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

Overview

The summary of a step group in a workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the step group.

Returns:

  • (String)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2455

class WorkflowStepGroupSummary < Struct.new(
  :id,
  :name,
  :owner,
  :status,
  :previous,
  :next)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the step group.

Returns:

  • (String)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2455

class WorkflowStepGroupSummary < Struct.new(
  :id,
  :name,
  :owner,
  :status,
  :previous,
  :next)
  SENSITIVE = []
  include Aws::Structure
end

#nextArray<String>

The next step group.

Returns:

  • (Array<String>)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2455

class WorkflowStepGroupSummary < Struct.new(
  :id,
  :name,
  :owner,
  :status,
  :previous,
  :next)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

The owner of the step group.

Returns:

  • (String)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2455

class WorkflowStepGroupSummary < Struct.new(
  :id,
  :name,
  :owner,
  :status,
  :previous,
  :next)
  SENSITIVE = []
  include Aws::Structure
end

#previousArray<String>

The previous step group.

Returns:

  • (Array<String>)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2455

class WorkflowStepGroupSummary < Struct.new(
  :id,
  :name,
  :owner,
  :status,
  :previous,
  :next)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the step group.

Returns:

  • (String)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2455

class WorkflowStepGroupSummary < Struct.new(
  :id,
  :name,
  :owner,
  :status,
  :previous,
  :next)
  SENSITIVE = []
  include Aws::Structure
end