Class: Aws::QuickSight::Types::DataPathColor

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

Overview

The color map that determines the color options for a particular element.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#colorString

The color that needs to be applied to the element.

Returns:

  • (String)


7606
7607
7608
7609
7610
7611
7612
# File 'lib/aws-sdk-quicksight/types.rb', line 7606

class DataPathColor < Struct.new(
  :element,
  :color,
  :time_granularity)
  SENSITIVE = []
  include Aws::Structure
end

#elementTypes::DataPathValue

The element that the color needs to be applied to.



7606
7607
7608
7609
7610
7611
7612
# File 'lib/aws-sdk-quicksight/types.rb', line 7606

class DataPathColor < Struct.new(
  :element,
  :color,
  :time_granularity)
  SENSITIVE = []
  include Aws::Structure
end

#time_granularityString

The time granularity of the field that the color needs to be applied to.

Returns:

  • (String)


7606
7607
7608
7609
7610
7611
7612
# File 'lib/aws-sdk-quicksight/types.rb', line 7606

class DataPathColor < Struct.new(
  :element,
  :color,
  :time_granularity)
  SENSITIVE = []
  include Aws::Structure
end