Class: Aws::QuickSight::Types::CustomActionSetParametersOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CustomActionSetParametersOperation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The set parameter operation that sets parameters in custom action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter_value_configurations ⇒ Array<Types::SetParameterValueConfiguration>
The parameter that determines the value configuration.
Instance Attribute Details
#parameter_value_configurations ⇒ Array<Types::SetParameterValueConfiguration>
The parameter that determines the value configuration.
7547 7548 7549 7550 7551 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7547 class CustomActionSetParametersOperation < Struct.new( :parameter_value_configurations) SENSITIVE = [] include Aws::Structure end |