Class: Aws::Types::NetworkMigrationDeployerJobDetails
- Inherits:
-
Object
- Object
- Aws::Types::NetworkMigrationDeployerJobDetails
- 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.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def created_at @created_at end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def ended_at @ended_at end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def job_id @job_id end |
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def network_migration_definition_id @network_migration_definition_id end |
#network_migration_execution_id ⇒ ::String
Returns the value of attribute network_migration_execution_id.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def network_migration_execution_id @network_migration_execution_id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def status @status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def status_details @status_details end |