Class: Aws::QuickSight::Types::CustomValuesConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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

Instance Attribute Details

#custom_valuesTypes::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.



6757
6758
6759
6760
6761
6762
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6757

class CustomValuesConfiguration < Struct.new(
  :include_null_value,
  :custom_values)
  SENSITIVE = []
  include Aws::Structure
end

#include_null_valueBoolean

Includes the null value in custom action parameter values.

Returns:

  • (Boolean)


6757
6758
6759
6760
6761
6762
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6757

class CustomValuesConfiguration < Struct.new(
  :include_null_value,
  :custom_values)
  SENSITIVE = []
  include Aws::Structure
end