Class: Aws::MigrationHubOrchestrator::Types::GetTemplateStepGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::GetTemplateStepGroupResponse
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time at which the step group was created.
-
#description ⇒ String
The description of the step group.
-
#id ⇒ String
The ID of the step group.
-
#last_modified_time ⇒ Time
The time at which the step group was last modified.
-
#name ⇒ String
The name of the step group.
-
#next ⇒ Array<String>
The next step group.
-
#previous ⇒ Array<String>
The previous step group.
-
#status ⇒ String
The status of the step group.
-
#template_id ⇒ String
The ID of the template.
-
#tools ⇒ Array<Types::Tool>
List of AWS services utilized in a migration workflow.
Instance Attribute Details
#creation_time ⇒ Time
The time at which the step group was created.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 760 class GetTemplateStepGroupResponse < Struct.new( :template_id, :id, :name, :description, :status, :creation_time, :last_modified_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the step group.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 760 class GetTemplateStepGroupResponse < Struct.new( :template_id, :id, :name, :description, :status, :creation_time, :last_modified_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the step group.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 760 class GetTemplateStepGroupResponse < Struct.new( :template_id, :id, :name, :description, :status, :creation_time, :last_modified_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The time at which the step group was last modified.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 760 class GetTemplateStepGroupResponse < Struct.new( :template_id, :id, :name, :description, :status, :creation_time, :last_modified_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the step group.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 760 class GetTemplateStepGroupResponse < Struct.new( :template_id, :id, :name, :description, :status, :creation_time, :last_modified_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#next ⇒ Array<String>
The next step group.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 760 class GetTemplateStepGroupResponse < Struct.new( :template_id, :id, :name, :description, :status, :creation_time, :last_modified_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#previous ⇒ Array<String>
The previous step group.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 760 class GetTemplateStepGroupResponse < Struct.new( :template_id, :id, :name, :description, :status, :creation_time, :last_modified_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the step group.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 760 class GetTemplateStepGroupResponse < Struct.new( :template_id, :id, :name, :description, :status, :creation_time, :last_modified_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The ID of the template.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 760 class GetTemplateStepGroupResponse < Struct.new( :template_id, :id, :name, :description, :status, :creation_time, :last_modified_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#tools ⇒ Array<Types::Tool>
List of AWS services utilized in a migration workflow.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 760 class GetTemplateStepGroupResponse < Struct.new( :template_id, :id, :name, :description, :status, :creation_time, :last_modified_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |