Class: Aws::Types::DescribeMetadataModelMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMetadataModelMessage
- 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.
-
#origin ⇒ "SOURCE", "TARGET"
Returns the value of attribute origin.
-
#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.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def migration_project_identifier @migration_project_identifier end |
#origin ⇒ "SOURCE", "TARGET"
Returns the value of attribute origin.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def origin @origin end |
#selection_rules ⇒ ::String
Returns the value of attribute selection_rules.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def selection_rules @selection_rules end |