Class: Aws::MigrationHubOrchestrator::Types::UpdateWorkflowStepGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::UpdateWorkflowStepGroupRequest
- 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.
-
#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.
-
#workflow_id ⇒ String
The ID of the migration workflow.
Instance Attribute Details
#description ⇒ String
The description of the step group.
2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2224 class UpdateWorkflowStepGroupRequest < Struct.new( :workflow_id, :id, :name, :description, :next, :previous) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the step group.
2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2224 class UpdateWorkflowStepGroupRequest < Struct.new( :workflow_id, :id, :name, :description, :next, :previous) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the step group.
2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2224 class UpdateWorkflowStepGroupRequest < Struct.new( :workflow_id, :id, :name, :description, :next, :previous) SENSITIVE = [] include Aws::Structure end |
#next ⇒ Array<String>
The next step group.
2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2224 class UpdateWorkflowStepGroupRequest < Struct.new( :workflow_id, :id, :name, :description, :next, :previous) SENSITIVE = [] include Aws::Structure end |
#previous ⇒ Array<String>
The previous step group.
2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2224 class UpdateWorkflowStepGroupRequest < Struct.new( :workflow_id, :id, :name, :description, :next, :previous) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The ID of the migration workflow.
2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2224 class UpdateWorkflowStepGroupRequest < Struct.new( :workflow_id, :id, :name, :description, :next, :previous) SENSITIVE = [] include Aws::Structure end |