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 =
[:values]

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ String

A display name for the decimal parameter.

Returns:

  • (String)


16192
16193
16194
16195
16196
16197
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16192

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

#values ⇒ Array<Float>

The values for the decimal parameter.

Returns:

  • (Array<Float>)


16192
16193
16194
16195
16196
16197
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16192

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