Class: Aws::MigrationHubOrchestrator::Types::StopMigrationWorkflowRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the migration workflow.

Returns:

  • (String)


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