Class: Aws::QuickSight::Types::NegativeValueConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The options that determine the negative value configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_modeString

Determines the display mode of the negative value configuration.

Returns:

  • (String)


20733
20734
20735
20736
20737
# File 'lib/aws-sdk-quicksight/types.rb', line 20733

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