Class: Aws::Types::ContextualAccentPalette

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#automationTypes::Palette

Returns the value of attribute automation.

Returns:



2066
2067
2068
# File 'sig/types.rbs', line 2066

def automation
  @automation
end

#connectionTypes::Palette

Returns the value of attribute connection.

Returns:



2063
2064
2065
# File 'sig/types.rbs', line 2063

def connection
  @connection
end

#insightTypes::Palette

Returns the value of attribute insight.

Returns:



2065
2066
2067
# File 'sig/types.rbs', line 2065

def insight
  @insight
end

#visualizationTypes::Palette

Returns the value of attribute visualization.

Returns:



2064
2065
2066
# File 'sig/types.rbs', line 2064

def visualization
  @visualization
end