Class: Aws::MigrationHubOrchestrator::Types::CreateWorkflowStepGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::CreateWorkflowStepGroupResponse
- 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 is created.
-
#description ⇒ String
The description of the step group.
-
#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.
-
#tools ⇒ Array<Types::Tool>
List of AWS services utilized in a migration workflow.
-
#workflow_id ⇒ String
The ID of the migration workflow that contains the step group.
Instance Attribute Details
#creation_time ⇒ Time
The time at which the step group is created.
198 199 200 201 202 203 204 205 206 207 208 209 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 198 class CreateWorkflowStepGroupResponse < Struct.new( :workflow_id, :name, :id, :description, :tools, :next, :previous, :creation_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the step group.
198 199 200 201 202 203 204 205 206 207 208 209 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 198 class CreateWorkflowStepGroupResponse < Struct.new( :workflow_id, :name, :id, :description, :tools, :next, :previous, :creation_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the step group.
198 199 200 201 202 203 204 205 206 207 208 209 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 198 class CreateWorkflowStepGroupResponse < Struct.new( :workflow_id, :name, :id, :description, :tools, :next, :previous, :creation_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the step group.
198 199 200 201 202 203 204 205 206 207 208 209 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 198 class CreateWorkflowStepGroupResponse < Struct.new( :workflow_id, :name, :id, :description, :tools, :next, :previous, :creation_time) SENSITIVE = [] include Aws::Structure end |
#next ⇒ Array<String>
The next step group.
198 199 200 201 202 203 204 205 206 207 208 209 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 198 class CreateWorkflowStepGroupResponse < Struct.new( :workflow_id, :name, :id, :description, :tools, :next, :previous, :creation_time) SENSITIVE = [] include Aws::Structure end |
#previous ⇒ Array<String>
The previous step group.
198 199 200 201 202 203 204 205 206 207 208 209 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 198 class CreateWorkflowStepGroupResponse < Struct.new( :workflow_id, :name, :id, :description, :tools, :next, :previous, :creation_time) SENSITIVE = [] include Aws::Structure end |
#tools ⇒ Array<Types::Tool>
List of AWS services utilized in a migration workflow.
198 199 200 201 202 203 204 205 206 207 208 209 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 198 class CreateWorkflowStepGroupResponse < Struct.new( :workflow_id, :name, :id, :description, :tools, :next, :previous, :creation_time) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The ID of the migration workflow that contains the step group.
198 199 200 201 202 203 204 205 206 207 208 209 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 198 class CreateWorkflowStepGroupResponse < Struct.new( :workflow_id, :name, :id, :description, :tools, :next, :previous, :creation_time) SENSITIVE = [] include Aws::Structure end |