Class: Aws::Types::NetworkMigrationMappingJobDetails
- Inherits:
-
Object
- Object
- Aws::Types::NetworkMigrationMappingJobDetails
- 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.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def created_at @created_at end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def ended_at @ended_at end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def job_id @job_id end |
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def network_migration_definition_id @network_migration_definition_id end |
#network_migration_execution_id ⇒ ::String
Returns the value of attribute network_migration_execution_id.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def network_migration_execution_id @network_migration_execution_id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def status @status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def status_details @status_details end |