Class: Aws::Types::UpdateNetworkMigrationMapperSegmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNetworkMigrationMapperSegmentRequest
- 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.
-
#scope_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute scope_tags.
-
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
Instance Attribute Details
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def network_migration_definition_id @network_migration_definition_id end |
#network_migration_execution_id ⇒ ::String
Returns the value of attribute network_migration_execution_id.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def network_migration_execution_id @network_migration_execution_id end |
#scope_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute scope_tags.
2092 2093 2094 |
# File 'sig/types.rbs', line 2092 def end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def segment_id @segment_id end |