Class: Aws::Types::NetworkMigrationExecution
- Inherits:
-
Object
- Object
- Aws::Types::NetworkMigrationExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activity ⇒ "MAPPING", ...
Returns the value of attribute activity.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#stage ⇒ "MAPPING", ...
Returns the value of attribute stage.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#activity ⇒ "MAPPING", ...
Returns the value of attribute activity.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def activity @activity end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def created_at @created_at end |
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def network_migration_definition_id @network_migration_definition_id end |
#network_migration_execution_id ⇒ ::String
Returns the value of attribute network_migration_execution_id.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def network_migration_execution_id @network_migration_execution_id end |
#stage ⇒ "MAPPING", ...
Returns the value of attribute stage.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def stage @stage end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def updated_at @updated_at end |