Class: Aws::MigrationHubOrchestrator::Types::StartMigrationWorkflowRequest

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)


1617
1618
1619
1620
1621
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1617

class StartMigrationWorkflowRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end