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.
6097 6098 6099 |
# File 'sig/types.rbs', line 6097 def background @background end |
#invert_actions_colors ⇒ Boolean
Returns the value of attribute invert_actions_colors.
6103 6104 6105 |
# File 'sig/types.rbs', line 6103 def invert_actions_colors @invert_actions_colors end |
#text ⇒ ::String
Returns the value of attribute text.
6100 6101 6102 |
# File 'sig/types.rbs', line 6100 def text @text end |
#text_active ⇒ ::String
Returns the value of attribute text_active.
6102 6103 6104 |
# File 'sig/types.rbs', line 6102 def text_active @text_active end |
#text_background_active ⇒ ::String
Returns the value of attribute text_background_active.
6099 6100 6101 |
# File 'sig/types.rbs', line 6099 def text_background_active @text_background_active end |
#text_background_hover ⇒ ::String
Returns the value of attribute text_background_hover.
6098 6099 6100 |
# File 'sig/types.rbs', line 6098 def text_background_hover @text_background_hover end |
#text_hover ⇒ ::String
Returns the value of attribute text_hover.
6101 6102 6103 |
# File 'sig/types.rbs', line 6101 def text_hover @text_hover end |