Class: Aws::QuickSight::Types::StringDatasetParameter

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

A string parameter for a dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_valuesTypes::StringDatasetParameterDefaultValues

A list of default values for a given string dataset parameter type. This structure only accepts static values.



27878
27879
27880
27881
27882
27883
27884
27885
# File 'lib/aws-sdk-quicksight/types.rb', line 27878

class StringDatasetParameter < Struct.new(
  :id,
  :name,
  :value_type,
  :default_values)
  SENSITIVE = []
  include Aws::Structure
end

#idString

An identifier for the string parameter that is created in the dataset.

Returns:

  • (String)


27878
27879
27880
27881
27882
27883
27884
27885
# File 'lib/aws-sdk-quicksight/types.rb', line 27878

class StringDatasetParameter < Struct.new(
  :id,
  :name,
  :value_type,
  :default_values)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the string parameter that is created in the dataset.

Returns:

  • (String)


27878
27879
27880
27881
27882
27883
27884
27885
# File 'lib/aws-sdk-quicksight/types.rb', line 27878

class StringDatasetParameter < Struct.new(
  :id,
  :name,
  :value_type,
  :default_values)
  SENSITIVE = []
  include Aws::Structure
end

#value_typeString

The value type of the dataset parameter. Valid values are ‘single value` or `multi value`.

Returns:

  • (String)


27878
27879
27880
27881
27882
27883
27884
27885
# File 'lib/aws-sdk-quicksight/types.rb', line 27878

class StringDatasetParameter < Struct.new(
  :id,
  :name,
  :value_type,
  :default_values)
  SENSITIVE = []
  include Aws::Structure
end