Class: Aws::DAX::Types::DeleteParameterGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::DeleteParameterGroupResponse
- Defined in:
- gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deletion_message ⇒ String
A user-specified message for this action (i.e., a reason for deleting the parameter group).
Instance Attribute Details
#deletion_message ⇒ String
A user-specified message for this action (i.e., a reason for deleting the parameter group).
458 459 460 461 462 |
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 458 class DeleteParameterGroupResponse < Struct.new( :deletion_message) SENSITIVE = [] include Aws::Structure end |