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.
6058 6059 6060 6061 6062 6063 6064 6065 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6058 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |
#connection ⇒ Types::Palette
The color palette.
6058 6059 6060 6061 6062 6063 6064 6065 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6058 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |
#insight ⇒ Types::Palette
The color palette.
6058 6059 6060 6061 6062 6063 6064 6065 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6058 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |
#visualization ⇒ Types::Palette
The color palette.
6058 6059 6060 6061 6062 6063 6064 6065 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6058 class ContextualAccentPalette < Struct.new( :connection, :visualization, :insight, :automation) SENSITIVE = [] include Aws::Structure end |