Class: Aws::MigrationHubOrchestrator::Types::DeleteMigrationWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::DeleteMigrationWorkflowRequest
- 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 migration workflow you want to delete.
Instance Attribute Details
#id ⇒ String
The ID of the migration workflow you want to delete.
388 389 390 391 392 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 388 class DeleteMigrationWorkflowRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |