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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


9042
9043
9044
9045
9046
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9042

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