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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_group_nameString

The name of the parameter group to delete.

Returns:

  • (String)


445
446
447
448
449
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 445

class DeleteParameterGroupRequest < Struct.new(
  :parameter_group_name)
  SENSITIVE = []
  include Aws::Structure
end