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.
3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3583 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.
3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3583 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.
3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3583 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.
3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3583 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.
3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3583 class BrandColorPalette < Struct.new( :primary, :secondary, :accent, :measure, :dimension, :success, :info, :warning, :danger) SENSITIVE = [] include Aws::Structure end |
#primary ⇒ Types::Palette
The primary color.
3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3583 class BrandColorPalette < Struct.new( :primary, :secondary, :accent, :measure, :dimension, :success, :info, :warning, :danger) SENSITIVE = [] include Aws::Structure end |
#secondary ⇒ Types::Palette
The secondary color.
3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3583 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.
3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3583 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.
3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3583 class BrandColorPalette < Struct.new( :primary, :secondary, :accent, :measure, :dimension, :success, :info, :warning, :danger) SENSITIVE = [] include Aws::Structure end |