Class: Aws::QuickSight::Types::SetParameterValueConfiguration

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

Overview

The configuration of adding parameters in action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_parameter_nameString

The destination parameter name of the ‘SetParameterValueConfiguration`.

Returns:

  • (String)


26660
26661
26662
26663
26664
26665
# File 'lib/aws-sdk-quicksight/types.rb', line 26660

class SetParameterValueConfiguration < Struct.new(
  :destination_parameter_name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::DestinationParameterValueConfiguration

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.



26660
26661
26662
26663
26664
26665
# File 'lib/aws-sdk-quicksight/types.rb', line 26660

class SetParameterValueConfiguration < Struct.new(
  :destination_parameter_name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end