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.
1183 1184 1185 1186 1187 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1183 class DeleteParameterGroupResponse < Struct.new( :parameter_group) SENSITIVE = [] include Aws::Structure end |