Class: Aws::QuickSight::Types::ContextualAccentPalette
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ContextualAccentPalette
- Includes:
- Structure
- Defined in:
- 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.
6257 6258 6259 6260 6261 6262 6263 6264 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6257 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |
#connection ⇒ Types::Palette
The color palette.
6257 6258 6259 6260 6261 6262 6263 6264 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6257 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |
#insight ⇒ Types::Palette
The color palette.
6257 6258 6259 6260 6261 6262 6263 6264 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6257 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |
#visualization ⇒ Types::Palette
The color palette.
6257 6258 6259 6260 6261 6262 6263 6264 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6257 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |