Class: Aws::Types::EnumerationValue
- Inherits:
-
Object
- Object
- Aws::Types::EnumerationValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#synonyms ⇒ ::Array[::String]
Returns the value of attribute synonyms.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#synonyms ⇒ ::Array[::String]
Returns the value of attribute synonyms.
225 226 227 |
# File 'sig/types.rbs', line 225 def synonyms @synonyms end |
#value ⇒ ::String
Returns the value of attribute value.
224 225 226 |
# File 'sig/types.rbs', line 224 def value @value end |