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


17365
17366
17367
17368
17369
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17365

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