Class: Aws::QuickSight::Types::StringDatasetParameterDefaultValues

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#static_valuesArray<String>

A list of static default values for a given string parameter.

Returns:

  • (Array<String>)


27986
27987
27988
27989
27990
# File 'lib/aws-sdk-quicksight/types.rb', line 27986

class StringDatasetParameterDefaultValues < Struct.new(
  :static_values)
  SENSITIVE = []
  include Aws::Structure
end