Class: Aws::QuickSight::Types::IntegerDatasetParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::IntegerDatasetParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
An integer parameter for a dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_values ⇒ Types::IntegerDatasetParameterDefaultValues
A list of default values for a given integer parameter.
-
#id ⇒ String
An identifier for the integer parameter created in the dataset.
-
#name ⇒ String
The name of the integer parameter that is created in the dataset.
-
#value_type ⇒ String
The value type of the dataset parameter.
Instance Attribute Details
#default_values ⇒ Types::IntegerDatasetParameterDefaultValues
A list of default values for a given integer parameter. This structure only accepts static values.
18928 18929 18930 18931 18932 18933 18934 18935 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18928 class IntegerDatasetParameter < Struct.new( :id, :name, :value_type, :default_values) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
An identifier for the integer parameter created in the dataset.
18928 18929 18930 18931 18932 18933 18934 18935 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18928 class IntegerDatasetParameter < Struct.new( :id, :name, :value_type, :default_values) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the integer parameter that is created in the dataset.
18928 18929 18930 18931 18932 18933 18934 18935 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18928 class IntegerDatasetParameter < Struct.new( :id, :name, :value_type, :default_values) SENSITIVE = [] include Aws::Structure end |
#value_type ⇒ String
The value type of the dataset parameter. Valid values are ‘single value` or `multi value`.
18928 18929 18930 18931 18932 18933 18934 18935 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18928 class IntegerDatasetParameter < Struct.new( :id, :name, :value_type, :default_values) SENSITIVE = [] include Aws::Structure end |