class Aws::MemoryDB::Types::ResetParameterGroupRequest

@note When making an API call, you may pass ResetParameterGroupRequest

data as a hash:

    {
      parameter_group_name: "String", # required
      all_parameters: false,
      parameter_names: ["String"],
    }

@!attribute [rw] parameter_group_name

The name of the parameter group to reset.
@return [String]

@!attribute [rw] all_parameters

If true, all parameters in the parameter group are reset to their
default values. If false, only the parameters listed by
ParameterNames are reset to their default values.
@return [Boolean]

@!attribute [rw] parameter_names

An array of parameter names to reset to their default values. If
AllParameters is true, do not use ParameterNames. If AllParameters
is false, you must specify the name of at least one parameter to
reset.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/memorydb-2021-01-01/ResetParameterGroupRequest AWS API Documentation

Constants

SENSITIVE