Class: Aws::QuickSight::Types::DecimalParameter

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

Overview

A decimal parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

A display name for the decimal parameter.

Returns:

  • (String)


8901
8902
8903
8904
8905
8906
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8901

class DecimalParameter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<Float>

The values for the decimal parameter.

Returns:

  • (Array<Float>)


8901
8902
8903
8904
8905
8906
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8901

class DecimalParameter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end