Class: Aws::Types::NetworkMigrationMappingUpdateJobDetails
- Inherits:
-
Object
- Object
- Aws::Types::NetworkMigrationMappingUpdateJobDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
-
#network_migration_execution_id ⇒ ::String
Returns the value of attribute network_migration_execution_id.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_details ⇒ ::String
Returns the value of attribute status_details.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def created_at @created_at end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def ended_at @ended_at end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def job_id @job_id end |
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def network_migration_definition_id @network_migration_definition_id end |
#network_migration_execution_id ⇒ ::String
Returns the value of attribute network_migration_execution_id.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def network_migration_execution_id @network_migration_execution_id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def status @status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def status_details @status_details end |