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

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

Instance Attribute Details

#visibilityString

Determines the visibility of the secondary value.

Returns:

  • (String)


33466
33467
33468
33469
33470
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33466

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