Class: Aws::QuickSight::Types::CustomValuesConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CustomValuesConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The configuration of custom values for the destination parameter in ‘DestinationParameterValueConfiguration`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_values ⇒ Types::CustomParameterValues
The customized parameter values.
-
#include_null_value ⇒ Boolean
Includes the null value in custom action parameter values.
Instance Attribute Details
#custom_values ⇒ Types::CustomParameterValues
The customized parameter values.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
7864 7865 7866 7867 7868 7869 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7864 class CustomValuesConfiguration < Struct.new( :include_null_value, :custom_values) SENSITIVE = [] include Aws::Structure end |
#include_null_value ⇒ Boolean
Includes the null value in custom action parameter values.
7864 7865 7866 7867 7868 7869 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7864 class CustomValuesConfiguration < Struct.new( :include_null_value, :custom_values) SENSITIVE = [] include Aws::Structure end |