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)

9513
9514
9515
9516
9517
# File 'lib/aws-sdk-quicksight/types.rb', line 9513

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