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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


18945
18946
18947
18948
18949
# File 'lib/aws-sdk-quicksight/types.rb', line 18945

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