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.
6992 6993 6994 6995 6996 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6992 class CustomActionSetParametersOperation < Struct.new( :parameter_value_configurations) SENSITIVE = [] include Aws::Structure end |