Class: Aws::MemoryDB::Types::DeleteParameterGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DeleteParameterGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter_group ⇒ Types::ParameterGroup
The parameter group that has been deleted.
Instance Attribute Details
#parameter_group ⇒ Types::ParameterGroup
The parameter group that has been deleted.
1008 1009 1010 1011 1012 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1008 class DeleteParameterGroupResponse < Struct.new( :parameter_group) SENSITIVE = [] include Aws::Structure end |