Class: Aws::QuickSight::Types::DataBarsOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataBarsOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options for data bars.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_id ⇒ String
The field ID for the data bars options.
-
#negative_color ⇒ String
The color of the negative data bar.
-
#positive_color ⇒ String
The color of the positive data bar.
Instance Attribute Details
#field_id ⇒ String
The field ID for the data bars options.
8442 8443 8444 8445 8446 8447 8448 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8442 class DataBarsOptions < Struct.new( :field_id, :positive_color, :negative_color) SENSITIVE = [] include Aws::Structure end |
#negative_color ⇒ String
The color of the negative data bar.
8442 8443 8444 8445 8446 8447 8448 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8442 class DataBarsOptions < Struct.new( :field_id, :positive_color, :negative_color) SENSITIVE = [] include Aws::Structure end |
#positive_color ⇒ String
The color of the positive data bar.
8442 8443 8444 8445 8446 8447 8448 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8442 class DataBarsOptions < Struct.new( :field_id, :positive_color, :negative_color) SENSITIVE = [] include Aws::Structure end |