Class: Aws::Types::MetadataAttributeSchema
- Inherits:
-
Object
- Object
- Aws::Types::MetadataAttributeSchema
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#type ⇒ "STRING", ...
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def description @description end |
#key ⇒ ::String
Returns the value of attribute key.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def key @key end |
#type ⇒ "STRING", ...
Returns the value of attribute type.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def type @type end |