Class: Aws::QuickSight::Types::IntegerParameter

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

Overview

An integer parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the integer parameter.

Returns:

  • (String)


17209
17210
17211
17212
17213
17214
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17209

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

#valuesArray<Integer>

The values for the integer parameter.

Returns:

  • (Array<Integer>)


17209
17210
17211
17212
17213
17214
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17209

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