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`.



13801
13802
13803
13804
13805
13806
13807
13808
13809
# File 'lib/aws-sdk-quicksight/types.rb', line 13801

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)


13801
13802
13803
13804
13805
13806
13807
13808
13809
# File 'lib/aws-sdk-quicksight/types.rb', line 13801

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.



13801
13802
13803
13804
13805
13806
13807
13808
13809
# File 'lib/aws-sdk-quicksight/types.rb', line 13801

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)


13801
13802
13803
13804
13805
13806
13807
13808
13809
# File 'lib/aws-sdk-quicksight/types.rb', line 13801

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)


13801
13802
13803
13804
13805
13806
13807
13808
13809
# File 'lib/aws-sdk-quicksight/types.rb', line 13801

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