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.
10093 10094 10095 10096 10097 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10093 class DecimalPlacesConfiguration < Struct.new( :decimal_places) SENSITIVE = [] include Aws::Structure end |