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.



9603
9604
9605
# File 'sig/types.rbs', line 9603

def dark
  @dark
end

#lightTypes::WorkspaceThemeConfig

Returns the value of attribute light.



9602
9603
9604
# File 'sig/types.rbs', line 9602

def light
  @light
end