Class: Aws::Types::StartMetadataModelAssessmentMessage
- Inherits:
-
Object
- Object
- Aws::Types::StartMetadataModelAssessmentMessage
- 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.
-
#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.
2842 2843 2844 |
# File 'sig/types.rbs', line 2842 def migration_project_identifier @migration_project_identifier end |
#selection_rules ⇒ ::String
Returns the value of attribute selection_rules.
2843 2844 2845 |
# File 'sig/types.rbs', line 2843 def selection_rules @selection_rules end |