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.
1857 1858 1859 |
# File 'sig/types.rbs', line 1857 def description @description end |
#key ⇒ ::String
Returns the value of attribute key.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def key @key end |
#type ⇒ "STRING", ...
Returns the value of attribute type.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def type @type end |