Class: Aws::QuickSight::Types::IntegerDefaultValues

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

Overview

The default values of the IntegerParameterDeclaration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dynamic_valueTypes::DynamicDefaultValue

The dynamic value of the IntegerDefaultValues. Different defaults are displayed according to users, groups, and values mapping.



17384
17385
17386
17387
17388
17389
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17384

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

#static_valuesArray<Integer>

The static values of the IntegerDefaultValues.

Returns:

  • (Array<Integer>)


17384
17385
17386
17387
17388
17389
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17384

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