Module: Aws::OpenSearchService::Client::_GetMigrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMigrationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #created_at ⇒ ::Time
- #exported_count ⇒ ::Integer
- #imported_count ⇒ ::Integer
- #migration_id ⇒ ::String
- #source ⇒ Types::MigrationSource
- #status ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#application_id ⇒ ::String
950 |
# File 'sig/client.rbs', line 950
def application_id: () -> ::String
|
#created_at ⇒ ::Time
954 |
# File 'sig/client.rbs', line 954
def created_at: () -> ::Time
|
#exported_count ⇒ ::Integer
952 |
# File 'sig/client.rbs', line 952
def exported_count: () -> ::Integer
|
#imported_count ⇒ ::Integer
953 |
# File 'sig/client.rbs', line 953
def imported_count: () -> ::Integer
|
#migration_id ⇒ ::String
948 |
# File 'sig/client.rbs', line 948
def migration_id: () -> ::String
|
#source ⇒ Types::MigrationSource
951 |
# File 'sig/client.rbs', line 951
def source: () -> Types::MigrationSource
|
#status ⇒ ::String
949 |
# File 'sig/client.rbs', line 949
def status: () -> ::String
|
#updated_at ⇒ ::Time
955 |
# File 'sig/client.rbs', line 955
def updated_at: () -> ::Time
|