Class: Aws::Types::StartNetworkMigrationMappingUpdateConstruct
- Inherits:
-
Object
- Object
- Aws::Types::StartNetworkMigrationMappingUpdateConstruct
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#construct_id ⇒ ::String
Returns the value of attribute construct_id.
-
#construct_type ⇒ ::String
Returns the value of attribute construct_type.
-
#operation ⇒ Types::OperationUnion
Returns the value of attribute operation.
-
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
Instance Attribute Details
#construct_id ⇒ ::String
Returns the value of attribute construct_id.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def construct_id @construct_id end |
#construct_type ⇒ ::String
Returns the value of attribute construct_type.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def construct_type @construct_type end |
#operation ⇒ Types::OperationUnion
Returns the value of attribute operation.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def operation @operation end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def segment_id @segment_id end |