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

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

The destination parameter name of the SetParameterValueConfiguration.

Returns:

  • (String)


41580
41581
41582
41583
41584
41585
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41580

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

#value ⇒ Types::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.



41580
41581
41582
41583
41584
41585
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41580

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