Class: Aws::Types::CancelMetadataModelConversionMessage
- Inherits:
-
Object
- Object
- Aws::Types::CancelMetadataModelConversionMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#migration_project_identifier ⇒ ::String
Returns the value of attribute migration_project_identifier.
-
#request_identifier ⇒ ::String
Returns the value of attribute request_identifier.
Instance Attribute Details
#migration_project_identifier ⇒ ::String
Returns the value of attribute migration_project_identifier.
67 68 69 |
# File 'sig/types.rbs', line 67 def migration_project_identifier @migration_project_identifier end |
#request_identifier ⇒ ::String
Returns the value of attribute request_identifier.
68 69 70 |
# File 'sig/types.rbs', line 68 def request_identifier @request_identifier end |