Class: Aws::Types::WorkspaceThemePalette

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#canvasTypes::PaletteCanvas

Returns the value of attribute canvas.



9429
9430
9431
# File 'sig/types.rbs', line 9429

def canvas
  @canvas
end

#headerTypes::PaletteHeader

Returns the value of attribute header.



9427
9428
9429
# File 'sig/types.rbs', line 9427

def header
  @header
end

Returns the value of attribute navigation.



9428
9429
9430
# File 'sig/types.rbs', line 9428

def navigation
  @navigation
end

#primaryTypes::PalettePrimary

Returns the value of attribute primary.



9430
9431
9432
# File 'sig/types.rbs', line 9430

def primary
  @primary
end