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.



9419
9420
9421
# File 'sig/types.rbs', line 9419

def canvas
  @canvas
end

#headerTypes::PaletteHeader

Returns the value of attribute header.



9417
9418
9419
# File 'sig/types.rbs', line 9417

def header
  @header
end

Returns the value of attribute navigation.



9418
9419
9420
# File 'sig/types.rbs', line 9418

def navigation
  @navigation
end

#primaryTypes::PalettePrimary

Returns the value of attribute primary.



9420
9421
9422
# File 'sig/types.rbs', line 9420

def primary
  @primary
end