Class: Aws::OpenSearchService::Types::StartMigrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::StartMigrationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#migration_id ⇒ String
The unique identifier of the migration job.
-
#status ⇒ String
The initial status of the migration job.
Instance Attribute Details
#migration_id ⇒ String
The unique identifier of the migration job.
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 |
#status ⇒ String
The initial status of the migration job. The status is PENDING
when a migration is first created.
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 |