Class: Aws::Types::CellValueSynonym
- Inherits:
-
Object
- Object
- Aws::Types::CellValueSynonym
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cell_value ⇒ ::String
Returns the value of attribute cell_value.
-
#synonyms ⇒ ::Array[::String]
Returns the value of attribute synonyms.
Instance Attribute Details
#cell_value ⇒ ::String
Returns the value of attribute cell_value.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def cell_value @cell_value end |
#synonyms ⇒ ::Array[::String]
Returns the value of attribute synonyms.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def synonyms @synonyms end |