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)


25502
25503
25504
25505
25506
# File 'lib/aws-sdk-quicksight/types.rb', line 25502

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