Class: Aws::QuickSight::Types::StringDatasetParameterDefaultValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::StringDatasetParameterDefaultValues
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The default values of a string parameter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#static_values ⇒ Array<String>
A list of static default values for a given string parameter.
Instance Attribute Details
#static_values ⇒ Array<String>
A list of static default values for a given string parameter.
29427 29428 29429 29430 29431 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29427 class StringDatasetParameterDefaultValues < Struct.new( :static_values) SENSITIVE = [] include Aws::Structure end |