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.
41160 41161 41162 41163 41164 |
# File 'lib/aws-sdk-quicksight/types.rb', line 41160 class TrendArrowOptions < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |