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.



9779
9780
9781
# File 'sig/types.rbs', line 9779

def canvas
  @canvas
end

#headerTypes::PaletteHeader

Returns the value of attribute header.



9777
9778
9779
# File 'sig/types.rbs', line 9777

def header
  @header
end

Returns the value of attribute navigation.



9778
9779
9780
# File 'sig/types.rbs', line 9778

def navigation
  @navigation
end

#primaryTypes::PalettePrimary

Returns the value of attribute primary.



9780
9781
9782
# File 'sig/types.rbs', line 9780

def primary
  @primary
end