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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


8099
8100
8101
8102
8103
8104
8105
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8099

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.



8099
8100
8101
8102
8103
8104
8105
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8099

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)


8099
8100
8101
8102
8103
8104
8105
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8099

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