Class: Aws::Types::StartNetworkMigrationDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartNetworkMigrationDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def network_migration_definition_id @network_migration_definition_id end |
#network_migration_execution_id ⇒ ::String
Returns the value of attribute network_migration_execution_id.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def network_migration_execution_id @network_migration_execution_id end |