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>)


30907
30908
30909
30910
30911
# File 'lib/aws-sdk-quicksight/types.rb', line 30907

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