Class: Aws::QuickSight::Types::SecondaryValueOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#visibilityString

Determines the visibility of the secondary value.

Returns:

  • (String)


27685
27686
27687
27688
27689
# File 'lib/aws-sdk-quicksight/types.rb', line 27685

class SecondaryValueOptions < Struct.new(
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end