Class: Aws::MigrationHubOrchestrator::Types::CreateWorkflowStepGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::CreateWorkflowStepGroupRequest
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description 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.
-
#workflow_id ⇒ String
The ID of the migration workflow that will contain the step group.
Instance Attribute Details
#description ⇒ String
The description of the step group.
154 155 156 157 158 159 160 161 162 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 154 class CreateWorkflowStepGroupRequest < Struct.new( :workflow_id, :name, :description, :next, :previous) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the step group.
154 155 156 157 158 159 160 161 162 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 154 class CreateWorkflowStepGroupRequest < Struct.new( :workflow_id, :name, :description, :next, :previous) SENSITIVE = [] include Aws::Structure end |
#next ⇒ Array<String>
The next step group.
154 155 156 157 158 159 160 161 162 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 154 class CreateWorkflowStepGroupRequest < Struct.new( :workflow_id, :name, :description, :next, :previous) SENSITIVE = [] include Aws::Structure end |
#previous ⇒ Array<String>
The previous step group.
154 155 156 157 158 159 160 161 162 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 154 class CreateWorkflowStepGroupRequest < Struct.new( :workflow_id, :name, :description, :next, :previous) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The ID of the migration workflow that will contain the step group.
154 155 156 157 158 159 160 161 162 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 154 class CreateWorkflowStepGroupRequest < Struct.new( :workflow_id, :name, :description, :next, :previous) SENSITIVE = [] include Aws::Structure end |