Class: Aws::QuickSight::Types::GradientStop

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

Overview

Determines the gradient stop configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#colorString

Determines the color.

Returns:

  • (String)


16377
16378
16379
16380
16381
16382
16383
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16377

class GradientStop < Struct.new(
  :gradient_offset,
  :data_value,
  :color)
  SENSITIVE = []
  include Aws::Structure
end

#data_valueFloat

Determines the data value.

Returns:

  • (Float)


16377
16378
16379
16380
16381
16382
16383
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16377

class GradientStop < Struct.new(
  :gradient_offset,
  :data_value,
  :color)
  SENSITIVE = []
  include Aws::Structure
end

#gradient_offsetFloat

Determines gradient offset value.

Returns:

  • (Float)


16377
16378
16379
16380
16381
16382
16383
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16377

class GradientStop < Struct.new(
  :gradient_offset,
  :data_value,
  :color)
  SENSITIVE = []
  include Aws::Structure
end