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.



9907
9908
9909
# File 'sig/types.rbs', line 9907

def canvas
  @canvas
end

#headerTypes::PaletteHeader

Returns the value of attribute header.



9905
9906
9907
# File 'sig/types.rbs', line 9905

def header
  @header
end

Returns the value of attribute navigation.



9906
9907
9908
# File 'sig/types.rbs', line 9906

def navigation
  @navigation
end

#primaryTypes::PalettePrimary

Returns the value of attribute primary.



9908
9909
9910
# File 'sig/types.rbs', line 9908

def primary
  @primary
end