Class: Aws::MigrationHubOrchestrator::Types::UpdateWorkflowStepGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::UpdateWorkflowStepGroupResponse
- 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.
-
#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.
-
#tools ⇒ Array<Types::Tool>
List of AWS services utilized in a migration workflow.
-
#workflow_id ⇒ String
The ID of the migration workflow.
Instance Attribute Details
#description ⇒ String
The description of the step group.
2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2269 class UpdateWorkflowStepGroupResponse < Struct.new( :workflow_id, :name, :id, :description, :tools, :next, :previous, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the step group.
2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2269 class UpdateWorkflowStepGroupResponse < Struct.new( :workflow_id, :name, :id, :description, :tools, :next, :previous, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The time at which the step group was last modified.
2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2269 class UpdateWorkflowStepGroupResponse < Struct.new( :workflow_id, :name, :id, :description, :tools, :next, :previous, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the step group.
2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2269 class UpdateWorkflowStepGroupResponse < Struct.new( :workflow_id, :name, :id, :description, :tools, :next, :previous, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#next ⇒ Array<String>
The next step group.
2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2269 class UpdateWorkflowStepGroupResponse < Struct.new( :workflow_id, :name, :id, :description, :tools, :next, :previous, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#previous ⇒ Array<String>
The previous step group.
2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2269 class UpdateWorkflowStepGroupResponse < Struct.new( :workflow_id, :name, :id, :description, :tools, :next, :previous, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#tools ⇒ Array<Types::Tool>
List of AWS services utilized in a migration workflow.
2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2269 class UpdateWorkflowStepGroupResponse < Struct.new( :workflow_id, :name, :id, :description, :tools, :next, :previous, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The ID of the migration workflow.
2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2269 class UpdateWorkflowStepGroupResponse < Struct.new( :workflow_id, :name, :id, :description, :tools, :next, :previous, :last_modified_time) SENSITIVE = [] include Aws::Structure end |