Class: Aws::MigrationHubOrchestrator::Types::TemplateStepGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::TemplateStepGroupSummary
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
The summary of the step group in the template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the step group.
-
#name ⇒ String
The name of the step group.
-
#next ⇒ Array<String>
The next step group.
-
#previous ⇒ Array<String>
The previous step group.
Instance Attribute Details
#id ⇒ String
The ID of the step group.
1719 1720 1721 1722 1723 1724 1725 1726 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1719 class TemplateStepGroupSummary < Struct.new( :id, :name, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the step group.
1719 1720 1721 1722 1723 1724 1725 1726 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1719 class TemplateStepGroupSummary < Struct.new( :id, :name, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#next ⇒ Array<String>
The next step group.
1719 1720 1721 1722 1723 1724 1725 1726 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1719 class TemplateStepGroupSummary < Struct.new( :id, :name, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#previous ⇒ Array<String>
The previous step group.
1719 1720 1721 1722 1723 1724 1725 1726 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1719 class TemplateStepGroupSummary < Struct.new( :id, :name, :previous, :next) SENSITIVE = [] include Aws::Structure end |