Class: Aws::Types::MetadataModelReference
- Inherits:
-
Object
- Object
- Aws::Types::MetadataModelReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata_model_name ⇒ ::String
Returns the value of attribute metadata_model_name.
-
#selection_rules ⇒ ::String
Returns the value of attribute selection_rules.
Instance Attribute Details
#metadata_model_name ⇒ ::String
Returns the value of attribute metadata_model_name.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def @metadata_model_name end |
#selection_rules ⇒ ::String
Returns the value of attribute selection_rules.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def selection_rules @selection_rules end |