Class: Aws::QuickSight::Types::TrendArrowOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TrendArrowOptions
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the presentation of trend arrows in a KPI visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#visibility ⇒ String
The visibility of the trend arrows.
Instance Attribute Details
#visibility ⇒ String
The visibility of the trend arrows.
34922 34923 34924 34925 34926 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34922 class TrendArrowOptions < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |