Class: Aws::Types::StartNetworkMigrationMappingRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartNetworkMigrationMappingRequest
- 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.
-
#security_group_mapping_strategy ⇒ "MAP", ...
Returns the value of attribute security_group_mapping_strategy.
Instance Attribute Details
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def network_migration_definition_id @network_migration_definition_id end |
#network_migration_execution_id ⇒ ::String
Returns the value of attribute network_migration_execution_id.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def network_migration_execution_id @network_migration_execution_id end |
#security_group_mapping_strategy ⇒ "MAP", ...
Returns the value of attribute security_group_mapping_strategy.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def security_group_mapping_strategy @security_group_mapping_strategy end |