Class: Aws::QuickSight::Types::DecimalDatasetParameterDefaultValues

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The default values of a decimal parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#static_valuesArray<Float>

A list of static default values for a given decimal parameter.

Returns:

  • (Array<Float>)


10001
10002
10003
10004
10005
# File 'lib/aws-sdk-quicksight/types.rb', line 10001

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