Class: Aws::OpenSearchService::Types::StartMigrationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#migration_idString

The unique identifier of the migration job.

Returns:

  • (String)


8951
8952
8953
8954
8955
8956
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8951

class StartMigrationResponse < Struct.new(
  :migration_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The initial status of the migration job. The status is PENDING when a migration is first created.

Returns:

  • (String)


8951
8952
8953
8954
8955
8956
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8951

class StartMigrationResponse < Struct.new(
  :migration_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end