Class: Aws::QuickSight::Types::ContextualAccentPalette
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ContextualAccentPalette
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The contextual accent palette.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automation ⇒ Types::Palette
The color palette.
-
#connection ⇒ Types::Palette
The color palette.
-
#insight ⇒ Types::Palette
The color palette.
-
#visualization ⇒ Types::Palette
The color palette.
Instance Attribute Details
#automation ⇒ Types::Palette
The color palette.
5889 5890 5891 5892 5893 5894 5895 5896 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5889 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |
#connection ⇒ Types::Palette
The color palette.
5889 5890 5891 5892 5893 5894 5895 5896 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5889 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |
#insight ⇒ Types::Palette
The color palette.
5889 5890 5891 5892 5893 5894 5895 5896 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5889 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |
#visualization ⇒ Types::Palette
The color palette.
5889 5890 5891 5892 5893 5894 5895 5896 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5889 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |