Class: Aws::QuickSight::Types::GradientColor
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GradientColor
- 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
-
#stops ⇒ Array<Types::GradientStop>
The list of gradient color stops.
Instance Attribute Details
#stops ⇒ Array<Types::GradientStop>
The list of gradient color stops.
19111 19112 19113 19114 19115 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19111 class GradientColor < Struct.new( :stops) SENSITIVE = [] include Aws::Structure end |