Class: Aws::Types::TableCell
- Inherits:
-
Object
- Object
- Aws::Types::TableCell
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#header ⇒ Boolean
Returns the value of attribute header.
-
#highlighted ⇒ Boolean
Returns the value of attribute highlighted.
-
#top_answer ⇒ Boolean
Returns the value of attribute top_answer.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#header ⇒ Boolean
Returns the value of attribute header.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def header @header end |
#highlighted ⇒ Boolean
Returns the value of attribute highlighted.
1975 1976 1977 |
# File 'sig/types.rbs', line 1975 def highlighted @highlighted end |
#top_answer ⇒ Boolean
Returns the value of attribute top_answer.
1974 1975 1976 |
# File 'sig/types.rbs', line 1974 def top_answer @top_answer end |
#value ⇒ ::String
Returns the value of attribute value.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def value @value end |