Class: Aws::Types::PaletteHeader
- Inherits:
-
Object
- Object
- Aws::Types::PaletteHeader
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#background ⇒ ::String
Returns the value of attribute background.
-
#invert_actions_colors ⇒ Boolean
Returns the value of attribute invert_actions_colors.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#text_hover ⇒ ::String
Returns the value of attribute text_hover.
Instance Attribute Details
#background ⇒ ::String
Returns the value of attribute background.
5935 5936 5937 |
# File 'sig/types.rbs', line 5935 def background @background end |
#invert_actions_colors ⇒ Boolean
Returns the value of attribute invert_actions_colors.
5938 5939 5940 |
# File 'sig/types.rbs', line 5938 def invert_actions_colors @invert_actions_colors end |
#text ⇒ ::String
Returns the value of attribute text.
5936 5937 5938 |
# File 'sig/types.rbs', line 5936 def text @text end |
#text_hover ⇒ ::String
Returns the value of attribute text_hover.
5937 5938 5939 |
# File 'sig/types.rbs', line 5937 def text_hover @text_hover end |