Class: Aws::Types::ContextualAccentPalette
- Inherits:
-
Object
- Object
- Aws::Types::ContextualAccentPalette
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automation ⇒ Types::Palette
Returns the value of attribute automation.
-
#connection ⇒ Types::Palette
Returns the value of attribute connection.
-
#insight ⇒ Types::Palette
Returns the value of attribute insight.
-
#visualization ⇒ Types::Palette
Returns the value of attribute visualization.
Instance Attribute Details
#automation ⇒ Types::Palette
Returns the value of attribute automation.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def automation @automation end |
#connection ⇒ Types::Palette
Returns the value of attribute connection.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def connection @connection end |
#insight ⇒ Types::Palette
Returns the value of attribute insight.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def insight @insight end |
#visualization ⇒ Types::Palette
Returns the value of attribute visualization.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def visualization @visualization end |