Class: Aws::Types::GetMigrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMigrationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#error ⇒ Types::MigrationError
Returns the value of attribute error.
-
#exported_count ⇒ ::Integer
Returns the value of attribute exported_count.
-
#imported_count ⇒ ::Integer
Returns the value of attribute imported_count.
-
#migration_id ⇒ ::String
Returns the value of attribute migration_id.
-
#source ⇒ Types::MigrationSource
Returns the value of attribute source.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def application_id @application_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def created_at @created_at end |
#error ⇒ Types::MigrationError
Returns the value of attribute error.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def error @error end |
#exported_count ⇒ ::Integer
Returns the value of attribute exported_count.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def exported_count @exported_count end |
#imported_count ⇒ ::Integer
Returns the value of attribute imported_count.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def imported_count @imported_count end |
#migration_id ⇒ ::String
Returns the value of attribute migration_id.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def migration_id @migration_id end |
#source ⇒ Types::MigrationSource
Returns the value of attribute source.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def source @source end |
#status ⇒ ::String
Returns the value of attribute status.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def updated_at @updated_at end |