Class: Aws::Types::PaletteHeader

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)


6089
6090
6091
# File 'sig/types.rbs', line 6089

def background
  @background
end

#invert_actions_colorsBoolean

Returns the value of attribute invert_actions_colors.

Returns:

  • (Boolean)


6092
6093
6094
# File 'sig/types.rbs', line 6092

def invert_actions_colors
  @invert_actions_colors
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


6090
6091
6092
# File 'sig/types.rbs', line 6090

def text
  @text
end

#text_hover::String

Returns the value of attribute text_hover.

Returns:

  • (::String)


6091
6092
6093
# File 'sig/types.rbs', line 6091

def text_hover
  @text_hover
end