Class: Aws::QuickSight::Types::GradientColor

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

Overview

Determines the gradient color settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stopsArray<Types::GradientStop>

The list of gradient color stops.

Returns:



16438
16439
16440
16441
16442
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16438

class GradientColor < Struct.new(
  :stops)
  SENSITIVE = []
  include Aws::Structure
end