Class: Aws::DAX::Types::DeleteParameterGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dax/types.rb

Overview

Note:

When making an API call, you may pass DeleteParameterGroupRequest data as a hash:

{
  parameter_group_name: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_group_nameString

The name of the parameter group to delete.

Returns:

  • (String)


458
459
460
461
# File 'lib/aws-sdk-dax/types.rb', line 458

class DeleteParameterGroupRequest < Struct.new(
  :parameter_group_name)
  include Aws::Structure
end