Class: Aws::Types::GetNetworkMigrationMapperSegmentConstructRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetNetworkMigrationMapperSegmentConstructRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#construct_id ⇒ ::String
Returns the value of attribute construct_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.
-
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
Instance Attribute Details
#construct_id ⇒ ::String
Returns the value of attribute construct_id.
536 537 538 |
# File 'sig/types.rbs', line 536 def construct_id @construct_id end |
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
533 534 535 |
# File 'sig/types.rbs', line 533 def network_migration_definition_id @network_migration_definition_id end |
#network_migration_execution_id ⇒ ::String
Returns the value of attribute network_migration_execution_id.
534 535 536 |
# File 'sig/types.rbs', line 534 def network_migration_execution_id @network_migration_execution_id end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
535 536 537 |
# File 'sig/types.rbs', line 535 def segment_id @segment_id end |