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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


21597
21598
21599
21600
21601
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21597

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