Class: Aws::QuickSight::Types::DecimalParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DecimalParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A decimal parameter.
Constant Summary collapse
- SENSITIVE =
[:values]
Instance Attribute Summary collapse
-
#name ⇒ String
A display name for the decimal parameter.
-
#values ⇒ Array<Float>
The values for the decimal parameter.
Instance Attribute Details
#name ⇒ String
A display name for the decimal parameter.
10039 10040 10041 10042 10043 10044 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10039 class DecimalParameter < Struct.new( :name, :values) SENSITIVE = [:values] include Aws::Structure end |
#values ⇒ Array<Float>
The values for the decimal parameter.
10039 10040 10041 10042 10043 10044 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10039 class DecimalParameter < Struct.new( :name, :values) SENSITIVE = [:values] include Aws::Structure end |