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.
7192 7193 7194 7195 7196 7197 7198 7199 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7192 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |
#connection ⇒ Types::Palette
The color palette.
7192 7193 7194 7195 7196 7197 7198 7199 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7192 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |
#insight ⇒ Types::Palette
The color palette.
7192 7193 7194 7195 7196 7197 7198 7199 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7192 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |
#visualization ⇒ Types::Palette
The color palette.
7192 7193 7194 7195 7196 7197 7198 7199 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7192 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |