Class: Aws::QuickSight::Types::DecimalPlacesConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DecimalPlacesConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The option that determines the decimal places configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#decimal_places ⇒ Integer
The values of the decimal places.
Instance Attribute Details
#decimal_places ⇒ Integer
The values of the decimal places.
9547 9548 9549 9550 9551 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9547 class DecimalPlacesConfiguration < Struct.new( :decimal_places) SENSITIVE = [] include Aws::Structure end |