Class: Aws::Types::MigrationSummary
- Inherits:
-
Object
- Object
- Aws::Types::MigrationSummary
- 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.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def application_id @application_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def created_at @created_at end |
#error ⇒ Types::MigrationError
Returns the value of attribute error.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def error @error end |
#exported_count ⇒ ::Integer
Returns the value of attribute exported_count.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def exported_count @exported_count end |
#imported_count ⇒ ::Integer
Returns the value of attribute imported_count.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def imported_count @imported_count end |
#migration_id ⇒ ::String
Returns the value of attribute migration_id.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def migration_id @migration_id end |
#source ⇒ Types::MigrationSource
Returns the value of attribute source.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def source @source end |
#status ⇒ ::String
Returns the value of attribute status.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def updated_at @updated_at end |