Class: Aws::QuickSight::Types::DecimalDatasetParameterDefaultValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DecimalDatasetParameterDefaultValues
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The default values of a decimal parameter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#static_values ⇒ Array<Float>
A list of static default values for a given decimal parameter.
Instance Attribute Details
#static_values ⇒ Array<Float>
A list of static default values for a given decimal parameter.
10001 10002 10003 10004 10005 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10001 class DecimalDatasetParameterDefaultValues < Struct.new( :static_values) SENSITIVE = [] include Aws::Structure end |