Class: Aws::MigrationHubOrchestrator::Types::DeleteWorkflowStepGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::DeleteWorkflowStepGroupRequest
- 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 group you want to delete.
-
#workflow_id ⇒ String
The ID of the migration workflow.
Instance Attribute Details
#id ⇒ String
The ID of the step group you want to delete.
442 443 444 445 446 447 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 442 class DeleteWorkflowStepGroupRequest < Struct.new( :workflow_id, :id) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The ID of the migration workflow.
442 443 444 445 446 447 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 442 class DeleteWorkflowStepGroupRequest < Struct.new( :workflow_id, :id) SENSITIVE = [] include Aws::Structure end |