Class: Aws::QuickSight::Types::DecimalDefaultValues

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

Overview

The default values of the DecimalParameterDeclaration.

Constant Summary collapse

SENSITIVE =
[:static_values]

Instance Attribute Summary collapse

Instance Attribute Details

#dynamic_valueTypes::DynamicDefaultValue

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



9474
9475
9476
9477
9478
9479
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9474

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

#static_valuesArray<Float>

The static values of the DecimalDefaultValues.

Returns:

  • (Array<Float>)


9474
9475
9476
9477
9478
9479
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9474

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