Class: Aws::MigrationHubOrchestrator::Types::DeleteMigrationWorkflowResponse

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

#arnString

The Amazon Resource Name (ARN) of the migration workflow.

Returns:

  • (String)


408
409
410
411
412
413
414
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 408

class DeleteMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the migration workflow.

Returns:

  • (String)


408
409
410
411
412
413
414
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 408

class DeleteMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the migration workflow.

Returns:

  • (String)


408
409
410
411
412
413
414
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 408

class DeleteMigrationWorkflowResponse < Struct.new(
  :id,
  :arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end