Class: Aws::QuickSight::Types::DecimalDefaultValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DecimalDefaultValues
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The default values of the ‘DecimalParameterDeclaration`.
Constant Summary collapse
- SENSITIVE =
[:static_values]
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.
10020 10021 10022 10023 10024 10025 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10020 class DecimalDefaultValues < Struct.new( :dynamic_value, :static_values) SENSITIVE = [:static_values] include Aws::Structure end |
#static_values ⇒ Array<Float>
The static values of the ‘DecimalDefaultValues`.
10020 10021 10022 10023 10024 10025 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10020 class DecimalDefaultValues < Struct.new( :dynamic_value, :static_values) SENSITIVE = [:static_values] include Aws::Structure end |