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>)


8950
8951
8952
8953
8954
# File 'lib/aws-sdk-quicksight/types.rb', line 8950

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