Class: Aws::QuickSight::Types::IntegerDatasetParameterDefaultValues

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

Overview

The default values of an integer parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#static_valuesArray<Integer>

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

Returns:

  • (Array<Integer>)


17282
17283
17284
17285
17286
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17282

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