Class: Aws::QuickSight::Types::DataBarsOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The options for data bars.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_idString

The field ID for the data bars options.

Returns:

  • (String)


7552
7553
7554
7555
7556
7557
7558
# File 'lib/aws-sdk-quicksight/types.rb', line 7552

class DataBarsOptions < Struct.new(
  :field_id,
  :positive_color,
  :negative_color)
  SENSITIVE = []
  include Aws::Structure
end

#negative_colorString

The color of the negative data bar.

Returns:

  • (String)


7552
7553
7554
7555
7556
7557
7558
# File 'lib/aws-sdk-quicksight/types.rb', line 7552

class DataBarsOptions < Struct.new(
  :field_id,
  :positive_color,
  :negative_color)
  SENSITIVE = []
  include Aws::Structure
end

#positive_colorString

The color of the positive data bar.

Returns:

  • (String)


7552
7553
7554
7555
7556
7557
7558
# File 'lib/aws-sdk-quicksight/types.rb', line 7552

class DataBarsOptions < Struct.new(
  :field_id,
  :positive_color,
  :negative_color)
  SENSITIVE = []
  include Aws::Structure
end