Class: Aws::Types::PaletteNavigation
- Inherits:
-
Object
- Object
- Aws::Types::PaletteNavigation
- 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_active ⇒ ::String
Returns the value of attribute text_active.
-
#text_background_active ⇒ ::String
Returns the value of attribute text_background_active.
-
#text_background_hover ⇒ ::String
Returns the value of attribute text_background_hover.
-
#text_hover ⇒ ::String
Returns the value of attribute text_hover.
Instance Attribute Details
#background ⇒ ::String
Returns the value of attribute background.
5943 5944 5945 |
# File 'sig/types.rbs', line 5943 def background @background end |
#invert_actions_colors ⇒ Boolean
Returns the value of attribute invert_actions_colors.
5949 5950 5951 |
# File 'sig/types.rbs', line 5949 def invert_actions_colors @invert_actions_colors end |
#text ⇒ ::String
Returns the value of attribute text.
5946 5947 5948 |
# File 'sig/types.rbs', line 5946 def text @text end |
#text_active ⇒ ::String
Returns the value of attribute text_active.
5948 5949 5950 |
# File 'sig/types.rbs', line 5948 def text_active @text_active end |
#text_background_active ⇒ ::String
Returns the value of attribute text_background_active.
5945 5946 5947 |
# File 'sig/types.rbs', line 5945 def text_background_active @text_background_active end |
#text_background_hover ⇒ ::String
Returns the value of attribute text_background_hover.
5944 5945 5946 |
# File 'sig/types.rbs', line 5944 def text_background_hover @text_background_hover end |
#text_hover ⇒ ::String
Returns the value of attribute text_hover.
5947 5948 5949 |
# File 'sig/types.rbs', line 5947 def text_hover @text_hover end |