Class: Aws::QuickSight::Types::StringDatasetParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::StringDatasetParameter
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A string parameter for a dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_values ⇒ Types::StringDatasetParameterDefaultValues
A list of default values for a given string dataset parameter type.
-
#id ⇒ String
An identifier for the string parameter that is created in the dataset.
-
#name ⇒ String
The name of the string parameter that is created in the dataset.
-
#value_type ⇒ String
The value type of the dataset parameter.
Instance Attribute Details
#default_values ⇒ Types::StringDatasetParameterDefaultValues
A list of default values for a given string dataset parameter type. This structure only accepts static values.
31274 31275 31276 31277 31278 31279 31280 31281 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31274 class StringDatasetParameter < Struct.new( :id, :name, :value_type, :default_values) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
An identifier for the string parameter that is created in the dataset.
31274 31275 31276 31277 31278 31279 31280 31281 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31274 class StringDatasetParameter < Struct.new( :id, :name, :value_type, :default_values) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the string parameter that is created in the dataset.
31274 31275 31276 31277 31278 31279 31280 31281 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31274 class StringDatasetParameter < 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
.
31274 31275 31276 31277 31278 31279 31280 31281 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31274 class StringDatasetParameter < Struct.new( :id, :name, :value_type, :default_values) SENSITIVE = [] include Aws::Structure end |