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.



9761
9762
9763
# File 'sig/types.rbs', line 9761

def canvas
  @canvas
end

#headerTypes::PaletteHeader

Returns the value of attribute header.



9759
9760
9761
# File 'sig/types.rbs', line 9759

def header
  @header
end

Returns the value of attribute navigation.



9760
9761
9762
# File 'sig/types.rbs', line 9760

def navigation
  @navigation
end

#primaryTypes::PalettePrimary

Returns the value of attribute primary.



9762
9763
9764
# File 'sig/types.rbs', line 9762

def primary
  @primary
end