Class: Aws::Types::Palette

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)


8434
8435
8436
# File 'sig/types.rbs', line 8434

def background
  @background
end

#foreground::String

Returns the value of attribute foreground.

Returns:

  • (::String)


8433
8434
8435
# File 'sig/types.rbs', line 8433

def foreground
  @foreground
end