Class: Aws::QuickSight::Types::TrendArrowOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TrendArrowOptions
- Includes:
- Structure
- Defined in:
- 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.
33045 33046 33047 33048 33049 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33045 class TrendArrowOptions < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |