Class: Aws::Types::WorkspaceTheme

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#darkTypes::WorkspaceThemeConfig

Returns the value of attribute dark.



9400
9401
9402
# File 'sig/types.rbs', line 9400

def dark
  @dark
end

#lightTypes::WorkspaceThemeConfig

Returns the value of attribute light.



9399
9400
9401
# File 'sig/types.rbs', line 9399

def light
  @light
end