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)


6207
6208
6209
# File 'sig/types.rbs', line 6207

def background
  @background
end

#invert_actions_colorsBoolean

Returns the value of attribute invert_actions_colors.

Returns:

  • (Boolean)


6213
6214
6215
# File 'sig/types.rbs', line 6213

def invert_actions_colors
  @invert_actions_colors
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


6210
6211
6212
# File 'sig/types.rbs', line 6210

def text
  @text
end

#text_active::String

Returns the value of attribute text_active.

Returns:

  • (::String)


6212
6213
6214
# File 'sig/types.rbs', line 6212

def text_active
  @text_active
end

#text_background_active::String

Returns the value of attribute text_background_active.

Returns:

  • (::String)


6209
6210
6211
# File 'sig/types.rbs', line 6209

def text_background_active
  @text_background_active
end

#text_background_hover::String

Returns the value of attribute text_background_hover.

Returns:

  • (::String)


6208
6209
6210
# File 'sig/types.rbs', line 6208

def text_background_hover
  @text_background_hover
end

#text_hover::String

Returns the value of attribute text_hover.

Returns:

  • (::String)


6211
6212
6213
# File 'sig/types.rbs', line 6211

def text_hover
  @text_hover
end