Class: Aws::QuickSight::Types::IntegerDatasetParameterDefaultValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::IntegerDatasetParameterDefaultValues
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The default values of an integer parameter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#static_values ⇒ Array<Integer>
A list of static default values for a given integer parameter.
Instance Attribute Details
#static_values ⇒ Array<Integer>
A list of static default values for a given integer parameter.
18945 18946 18947 18948 18949 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18945 class IntegerDatasetParameterDefaultValues < Struct.new( :static_values) SENSITIVE = [] include Aws::Structure end |