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.
6286 6287 6288 |
# File 'sig/types.rbs', line 6286 def background @background end |
#invert_actions_colors ⇒ Boolean
Returns the value of attribute invert_actions_colors.
6292 6293 6294 |
# File 'sig/types.rbs', line 6292 def invert_actions_colors @invert_actions_colors end |
#text ⇒ ::String
Returns the value of attribute text.
6289 6290 6291 |
# File 'sig/types.rbs', line 6289 def text @text end |
#text_active ⇒ ::String
Returns the value of attribute text_active.
6291 6292 6293 |
# File 'sig/types.rbs', line 6291 def text_active @text_active end |
#text_background_active ⇒ ::String
Returns the value of attribute text_background_active.
6288 6289 6290 |
# File 'sig/types.rbs', line 6288 def text_background_active @text_background_active end |
#text_background_hover ⇒ ::String
Returns the value of attribute text_background_hover.
6287 6288 6289 |
# File 'sig/types.rbs', line 6287 def text_background_hover @text_background_hover end |
#text_hover ⇒ ::String
Returns the value of attribute text_hover.
6290 6291 6292 |
# File 'sig/types.rbs', line 6290 def text_hover @text_hover end |