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)


24009
24010
24011
24012
24013
# File 'lib/aws-sdk-quicksight/types.rb', line 24009

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