Class: Aws::QuickSight::Types::DecimalPlacesConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#decimal_placesInteger

The values of the decimal places.

Returns:

  • (Integer)


9191
9192
9193
9194
9195
# File 'lib/aws-sdk-quicksight/types.rb', line 9191

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