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

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

Overview

The default values of the ‘IntegerParameterDeclaration`.

Constant Summary collapse

SENSITIVE =
[:static_values]

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.



20261
20262
20263
20264
20265
20266
# File 'lib/aws-sdk-quicksight/types.rb', line 20261

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

#static_valuesArray<Integer>

The static values of the ‘IntegerDefaultValues`.

Returns:

  • (Array<Integer>)


20261
20262
20263
20264
20265
20266
# File 'lib/aws-sdk-quicksight/types.rb', line 20261

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