Class: Aws::QuickSight::Types::DecimalDefaultValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DecimalDefaultValues
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The default values of the DecimalParameterDeclaration
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dynamic_value ⇒ Types::DynamicDefaultValue
The dynamic value of the
DecimalDefaultValues
. -
#static_values ⇒ Array<Float>
The static values of the
DecimalDefaultValues
.
Instance Attribute Details
#dynamic_value ⇒ Types::DynamicDefaultValue
The dynamic value of the DecimalDefaultValues
. Different defaults
are displayed according to users, groups, and values mapping.
8789 8790 8791 8792 8793 8794 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8789 class DecimalDefaultValues < Struct.new( :dynamic_value, :static_values) SENSITIVE = [] include Aws::Structure end |
#static_values ⇒ Array<Float>
The static values of the DecimalDefaultValues
.
8789 8790 8791 8792 8793 8794 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8789 class DecimalDefaultValues < Struct.new( :dynamic_value, :static_values) SENSITIVE = [] include Aws::Structure end |