Class: Aws::QuickSight::Types::DestinationParameterValueConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DestinationParameterValueConfiguration
- 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
-
#custom_values_configuration ⇒ Types::CustomValuesConfiguration
The configuration of custom values for destination parameter in ‘DestinationParameterValueConfiguration`.
-
#select_all_value_options ⇒ String
The configuration that selects all options.
-
#source_column ⇒ Types::ColumnIdentifier
A column of a data set.
-
#source_field ⇒ String
The source field ID of the destination parameter.
-
#source_parameter_name ⇒ String
The source parameter name of the destination parameter.
Instance Attribute Details
#custom_values_configuration ⇒ Types::CustomValuesConfiguration
The configuration of custom values for destination parameter in ‘DestinationParameterValueConfiguration`.
14646 14647 14648 14649 14650 14651 14652 14653 14654 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14646 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_options ⇒ String
The configuration that selects all options.
14646 14647 14648 14649 14650 14651 14652 14653 14654 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14646 class DestinationParameterValueConfiguration < Struct.new( :custom_values_configuration, :select_all_value_options, :source_parameter_name, :source_field, :source_column) SENSITIVE = [] include Aws::Structure end |
#source_column ⇒ Types::ColumnIdentifier
A column of a data set.
14646 14647 14648 14649 14650 14651 14652 14653 14654 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14646 class DestinationParameterValueConfiguration < Struct.new( :custom_values_configuration, :select_all_value_options, :source_parameter_name, :source_field, :source_column) SENSITIVE = [] include Aws::Structure end |
#source_field ⇒ String
The source field ID of the destination parameter.
14646 14647 14648 14649 14650 14651 14652 14653 14654 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14646 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_name ⇒ String
The source parameter name of the destination parameter.
14646 14647 14648 14649 14650 14651 14652 14653 14654 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14646 class DestinationParameterValueConfiguration < Struct.new( :custom_values_configuration, :select_all_value_options, :source_parameter_name, :source_field, :source_column) SENSITIVE = [] include Aws::Structure end |