Class: Aws::QuickSight::Types::BrandColorPalette
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BrandColorPalette
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The color palette.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accent ⇒ Types::Palette
The color that is used for accent elements.
-
#danger ⇒ Types::Palette
The color that is used for danger elements.
-
#dimension ⇒ Types::Palette
The color that is used for dimension elements.
-
#info ⇒ Types::Palette
The color that is used for info elements.
-
#measure ⇒ Types::Palette
The color that is used for measure elements.
-
#primary ⇒ Types::Palette
The primary color.
-
#secondary ⇒ Types::Palette
The secondary color.
-
#success ⇒ Types::Palette
The color that is used for success elements.
-
#warning ⇒ Types::Palette
The color that is used for warning elements.
Instance Attribute Details
#accent ⇒ Types::Palette
The color that is used for accent elements.
4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4257 class BrandColorPalette < Struct.new( :primary, :secondary, :accent, :measure, :dimension, :success, :info, :warning, :danger) SENSITIVE = [] include Aws::Structure end |
#danger ⇒ Types::Palette
The color that is used for danger elements.
4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4257 class BrandColorPalette < Struct.new( :primary, :secondary, :accent, :measure, :dimension, :success, :info, :warning, :danger) SENSITIVE = [] include Aws::Structure end |
#dimension ⇒ Types::Palette
The color that is used for dimension elements.
4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4257 class BrandColorPalette < Struct.new( :primary, :secondary, :accent, :measure, :dimension, :success, :info, :warning, :danger) SENSITIVE = [] include Aws::Structure end |
#info ⇒ Types::Palette
The color that is used for info elements.
4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4257 class BrandColorPalette < Struct.new( :primary, :secondary, :accent, :measure, :dimension, :success, :info, :warning, :danger) SENSITIVE = [] include Aws::Structure end |
#measure ⇒ Types::Palette
The color that is used for measure elements.
4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4257 class BrandColorPalette < Struct.new( :primary, :secondary, :accent, :measure, :dimension, :success, :info, :warning, :danger) SENSITIVE = [] include Aws::Structure end |
#primary ⇒ Types::Palette
The primary color.
4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4257 class BrandColorPalette < Struct.new( :primary, :secondary, :accent, :measure, :dimension, :success, :info, :warning, :danger) SENSITIVE = [] include Aws::Structure end |
#secondary ⇒ Types::Palette
The secondary color.
4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4257 class BrandColorPalette < Struct.new( :primary, :secondary, :accent, :measure, :dimension, :success, :info, :warning, :danger) SENSITIVE = [] include Aws::Structure end |
#success ⇒ Types::Palette
The color that is used for success elements.
4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4257 class BrandColorPalette < Struct.new( :primary, :secondary, :accent, :measure, :dimension, :success, :info, :warning, :danger) SENSITIVE = [] include Aws::Structure end |
#warning ⇒ Types::Palette
The color that is used for warning elements.
4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4257 class BrandColorPalette < Struct.new( :primary, :secondary, :accent, :measure, :dimension, :success, :info, :warning, :danger) SENSITIVE = [] include Aws::Structure end |