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)


7427
7428
7429
7430
7431
7432
7433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7427

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.



7427
7428
7429
7430
7431
7432
7433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7427

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)


7427
7428
7429
7430
7431
7432
7433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7427

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