Class: Aws::MigrationHubOrchestrator::Types::DeleteWorkflowStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::DeleteWorkflowStepRequest
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the step you want to delete.
-
#step_group_id ⇒ String
The ID of the step group that contains the step you want to delete.
-
#workflow_id ⇒ String
The ID of the migration workflow.
Instance Attribute Details
#id ⇒ String
The ID of the step you want to delete.
467 468 469 470 471 472 473 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 467 class DeleteWorkflowStepRequest < Struct.new( :id, :step_group_id, :workflow_id) SENSITIVE = [] include Aws::Structure end |
#step_group_id ⇒ String
The ID of the step group that contains the step you want to delete.
467 468 469 470 471 472 473 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 467 class DeleteWorkflowStepRequest < Struct.new( :id, :step_group_id, :workflow_id) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The ID of the migration workflow.
467 468 469 470 471 472 473 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 467 class DeleteWorkflowStepRequest < Struct.new( :id, :step_group_id, :workflow_id) SENSITIVE = [] include Aws::Structure end |