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)


37522
37523
37524
37525
37526
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37522

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