Class: Aws::DAX::Types::DeleteParameterGroupResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_messageString

A user-specified message for this action (i.e., a reason for deleting the parameter group).

Returns:

  • (String)


470
471
472
473
# File 'lib/aws-sdk-dax/types.rb', line 470

class DeleteParameterGroupResponse < Struct.new(
  :deletion_message)
  include Aws::Structure
end