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)


27266
27267
27268
27269
27270
# File 'lib/aws-sdk-quicksight/types.rb', line 27266

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