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.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def automation @automation end |
#connection ⇒ Types::Palette
Returns the value of attribute connection.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def connection @connection end |
#insight ⇒ Types::Palette
Returns the value of attribute insight.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def insight @insight end |
#visualization ⇒ Types::Palette
Returns the value of attribute visualization.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def visualization @visualization end |