Class: Aws::QuickSight::Types::NegativeValueConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NegativeValueConfiguration
- 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
-
#display_mode ⇒ String
Determines the display mode of the negative value configuration.
Instance Attribute Details
#display_mode ⇒ String
Determines the display mode of the negative value configuration.
21597 21598 21599 21600 21601 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21597 class NegativeValueConfiguration < Struct.new( :display_mode) SENSITIVE = [] include Aws::Structure end |