Class: Aws::QuickSight::Types::ConditionalFormattingCustomIconCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ConditionalFormattingCustomIconCondition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Determines the custom condition for an icon set.
Constant Summary collapse
- SENSITIVE =
[:expression]
Instance Attribute Summary collapse
-
#color ⇒ String
Determines the color of the icon.
-
#display_configuration ⇒ Types::ConditionalFormattingIconDisplayConfiguration
Determines the icon display configuration.
-
#expression ⇒ String
The expression that determines the condition of the icon set.
-
#icon_options ⇒ Types::ConditionalFormattingCustomIconOptions
Custom icon options for an icon set.
Instance Attribute Details
#color ⇒ String
Determines the color of the icon.
5037 5038 5039 5040 5041 5042 5043 5044 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5037 class ConditionalFormattingCustomIconCondition < Struct.new( :expression, :icon_options, :color, :display_configuration) SENSITIVE = [:expression] include Aws::Structure end |
#display_configuration ⇒ Types::ConditionalFormattingIconDisplayConfiguration
Determines the icon display configuration.
5037 5038 5039 5040 5041 5042 5043 5044 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5037 class ConditionalFormattingCustomIconCondition < Struct.new( :expression, :icon_options, :color, :display_configuration) SENSITIVE = [:expression] include Aws::Structure end |
#expression ⇒ String
The expression that determines the condition of the icon set.
5037 5038 5039 5040 5041 5042 5043 5044 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5037 class ConditionalFormattingCustomIconCondition < Struct.new( :expression, :icon_options, :color, :display_configuration) SENSITIVE = [:expression] include Aws::Structure end |
#icon_options ⇒ Types::ConditionalFormattingCustomIconOptions
Custom icon options for an icon set.
5037 5038 5039 5040 5041 5042 5043 5044 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5037 class ConditionalFormattingCustomIconCondition < Struct.new( :expression, :icon_options, :color, :display_configuration) SENSITIVE = [:expression] include Aws::Structure end |