Class: Aws::QuickSight::Types::SecondaryValueOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SecondaryValueOptions
- Defined in:
- gems/aws-sdk-quicksight/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.
29307 29308 29309 29310 29311 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29307 class SecondaryValueOptions < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |