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.
14117 14118 14119 14120 14121 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14117 class DecimalPlacesConfiguration < Struct.new( :decimal_places) SENSITIVE = [] include Aws::Structure end |