Class: Aws::QuickSight::Types::DecimalDatasetParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DecimalDatasetParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A decimal parameter for a dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_values ⇒ Types::DecimalDatasetParameterDefaultValues
A list of default values for a given decimal parameter.
-
#id ⇒ String
An identifier for the decimal parameter created in the dataset.
-
#name ⇒ String
The name of the decimal parameter that is created in the dataset.
-
#value_type ⇒ String
The value type of the dataset parameter.
Instance Attribute Details
#default_values ⇒ Types::DecimalDatasetParameterDefaultValues
A list of default values for a given decimal parameter. This structure only accepts static values.
9438 9439 9440 9441 9442 9443 9444 9445 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9438 class DecimalDatasetParameter < Struct.new( :id, :name, :value_type, :default_values) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
An identifier for the decimal parameter created in the dataset.
9438 9439 9440 9441 9442 9443 9444 9445 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9438 class DecimalDatasetParameter < Struct.new( :id, :name, :value_type, :default_values) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the decimal parameter that is created in the dataset.
9438 9439 9440 9441 9442 9443 9444 9445 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9438 class DecimalDatasetParameter < 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`.
9438 9439 9440 9441 9442 9443 9444 9445 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9438 class DecimalDatasetParameter < Struct.new( :id, :name, :value_type, :default_values) SENSITIVE = [] include Aws::Structure end |