Class: Aws::Types::StartMetadataModelExportToTargetMessage
- Inherits:
-
Object
- Object
- Aws::Types::StartMetadataModelExportToTargetMessage
- 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.
-
#overwrite_extension_pack ⇒ Boolean
Returns the value of attribute overwrite_extension_pack.
-
#selection_rules ⇒ ::String
Returns the value of attribute selection_rules.
Instance Attribute Details
#migration_project_identifier ⇒ ::String
Returns the value of attribute migration_project_identifier.
2890 2891 2892 |
# File 'sig/types.rbs', line 2890 def migration_project_identifier @migration_project_identifier end |
#overwrite_extension_pack ⇒ Boolean
Returns the value of attribute overwrite_extension_pack.
2892 2893 2894 |
# File 'sig/types.rbs', line 2892 def overwrite_extension_pack @overwrite_extension_pack end |
#selection_rules ⇒ ::String
Returns the value of attribute selection_rules.
2891 2892 2893 |
# File 'sig/types.rbs', line 2891 def selection_rules @selection_rules end |