Class: Aws::QuickSight::Types::DestinationParameterValueConfiguration

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

Overview

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_values_configurationTypes::CustomValuesConfiguration

The configuration of custom values for destination parameter in ‘DestinationParameterValueConfiguration`.



13196
13197
13198
13199
13200
13201
13202
13203
13204
# File 'lib/aws-sdk-quicksight/types.rb', line 13196

class DestinationParameterValueConfiguration < Struct.new(
  :custom_values_configuration,
  :select_all_value_options,
  :source_parameter_name,
  :source_field,
  :source_column)
  SENSITIVE = []
  include Aws::Structure
end

#select_all_value_optionsString

The configuration that selects all options.

Returns:

  • (String)


13196
13197
13198
13199
13200
13201
13202
13203
13204
# File 'lib/aws-sdk-quicksight/types.rb', line 13196

class DestinationParameterValueConfiguration < Struct.new(
  :custom_values_configuration,
  :select_all_value_options,
  :source_parameter_name,
  :source_field,
  :source_column)
  SENSITIVE = []
  include Aws::Structure
end

#source_columnTypes::ColumnIdentifier

A column of a data set.



13196
13197
13198
13199
13200
13201
13202
13203
13204
# File 'lib/aws-sdk-quicksight/types.rb', line 13196

class DestinationParameterValueConfiguration < Struct.new(
  :custom_values_configuration,
  :select_all_value_options,
  :source_parameter_name,
  :source_field,
  :source_column)
  SENSITIVE = []
  include Aws::Structure
end

#source_fieldString

The source field ID of the destination parameter.

Returns:

  • (String)


13196
13197
13198
13199
13200
13201
13202
13203
13204
# File 'lib/aws-sdk-quicksight/types.rb', line 13196

class DestinationParameterValueConfiguration < Struct.new(
  :custom_values_configuration,
  :select_all_value_options,
  :source_parameter_name,
  :source_field,
  :source_column)
  SENSITIVE = []
  include Aws::Structure
end

#source_parameter_nameString

The source parameter name of the destination parameter.

Returns:

  • (String)


13196
13197
13198
13199
13200
13201
13202
13203
13204
# File 'lib/aws-sdk-quicksight/types.rb', line 13196

class DestinationParameterValueConfiguration < Struct.new(
  :custom_values_configuration,
  :select_all_value_options,
  :source_parameter_name,
  :source_field,
  :source_column)
  SENSITIVE = []
  include Aws::Structure
end