Class: Aws::QuickSight::Types::SetParameterValueConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SetParameterValueConfiguration
- 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
-
#destination_parameter_name ⇒ String
The destination parameter name of the ‘SetParameterValueConfiguration`.
-
#value ⇒ Types::DestinationParameterValueConfiguration
The configuration of destination parameter values.
Instance Attribute Details
#destination_parameter_name ⇒ String
The destination parameter name of the ‘SetParameterValueConfiguration`.
28010 28011 28012 28013 28014 28015 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28010 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.
28010 28011 28012 28013 28014 28015 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28010 class SetParameterValueConfiguration < Struct.new( :destination_parameter_name, :value) SENSITIVE = [] include Aws::Structure end |