Class: Aws::Types::PaletteNavigation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#background::String

Returns the value of attribute background.

Returns:

  • (::String)


6102
6103
6104
# File 'sig/types.rbs', line 6102

def background
  @background
end

#invert_actions_colorsBoolean

Returns the value of attribute invert_actions_colors.

Returns:

  • (Boolean)


6108
6109
6110
# File 'sig/types.rbs', line 6108

def invert_actions_colors
  @invert_actions_colors
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


6105
6106
6107
# File 'sig/types.rbs', line 6105

def text
  @text
end

#text_active::String

Returns the value of attribute text_active.

Returns:

  • (::String)


6107
6108
6109
# File 'sig/types.rbs', line 6107

def text_active
  @text_active
end

#text_background_active::String

Returns the value of attribute text_background_active.

Returns:

  • (::String)


6104
6105
6106
# File 'sig/types.rbs', line 6104

def text_background_active
  @text_background_active
end

#text_background_hover::String

Returns the value of attribute text_background_hover.

Returns:

  • (::String)


6103
6104
6105
# File 'sig/types.rbs', line 6103

def text_background_hover
  @text_background_hover
end

#text_hover::String

Returns the value of attribute text_hover.

Returns:

  • (::String)


6106
6107
6108
# File 'sig/types.rbs', line 6106

def text_hover
  @text_hover
end