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.
7207 7208 7209 7210 7211 7212 7213 7214 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7207 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |
#connection ⇒ Types::Palette
The color palette.
7207 7208 7209 7210 7211 7212 7213 7214 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7207 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |
#insight ⇒ Types::Palette
The color palette.
7207 7208 7209 7210 7211 7212 7213 7214 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7207 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |
#visualization ⇒ Types::Palette
The color palette.
7207 7208 7209 7210 7211 7212 7213 7214 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7207 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |