Class: Aws::QuickSight::Types::SecondaryValueOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SecondaryValueOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the presentation of the secondary value of a KPI visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#visibility ⇒ String
Determines the visibility of the secondary value.
Instance Attribute Details
#visibility ⇒ String
Determines the visibility of the secondary value.
27685 27686 27687 27688 27689 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27685 class SecondaryValueOptions < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |