Class: Aws::MigrationHubOrchestrator::Types::StopMigrationWorkflowResponse

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)


1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1790

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

#idString

The ID of the migration workflow.

Returns:

  • (String)


1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1790

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

#last_stop_timeTime

The time at which the migration workflow was stopped.

Returns:

  • (Time)


1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1790

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

#statusString

The status of the migration workflow.

Returns:

  • (String)


1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1790

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

#status_messageString

The status message of the migration workflow.

Returns:

  • (String)


1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1790

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