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.



9622
9623
9624
# File 'sig/types.rbs', line 9622

def canvas
  @canvas
end

#headerTypes::PaletteHeader

Returns the value of attribute header.



9620
9621
9622
# File 'sig/types.rbs', line 9620

def header
  @header
end

Returns the value of attribute navigation.



9621
9622
9623
# File 'sig/types.rbs', line 9621

def navigation
  @navigation
end

#primaryTypes::PalettePrimary

Returns the value of attribute primary.



9623
9624
9625
# File 'sig/types.rbs', line 9623

def primary
  @primary
end