Class: Aws::Types::StartNetworkMigrationMappingUpdateRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartNetworkMigrationMappingUpdateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#constructs ⇒ ::Array[Types::StartNetworkMigrationMappingUpdateConstruct]
Returns the value of attribute constructs.
-
#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.
-
#segments ⇒ ::Array[Types::StartNetworkMigrationMappingUpdateSegment]
Returns the value of attribute segments.
Instance Attribute Details
#constructs ⇒ ::Array[Types::StartNetworkMigrationMappingUpdateConstruct]
Returns the value of attribute constructs.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def constructs @constructs end |
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def network_migration_definition_id @network_migration_definition_id end |
#network_migration_execution_id ⇒ ::String
Returns the value of attribute network_migration_execution_id.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def network_migration_execution_id @network_migration_execution_id end |
#segments ⇒ ::Array[Types::StartNetworkMigrationMappingUpdateSegment]
Returns the value of attribute segments.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def segments @segments end |