Class: Aws::MigrationHubOrchestrator::Types::StopMigrationWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::StopMigrationWorkflowRequest
- 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.
Instance Attribute Details
#id ⇒ String
The ID of the migration workflow.
1614 1615 1616 1617 1618 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1614 class StopMigrationWorkflowRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |