Class: Aws::MemoryDB::Types::ResetParameterGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::ResetParameterGroupResponse
- Defined in:
- gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter_group ⇒ Types::ParameterGroup
The parameter group being reset.
Instance Attribute Details
#parameter_group ⇒ Types::ParameterGroup
The parameter group being reset.
2833 2834 2835 2836 2837 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2833 class ResetParameterGroupResponse < Struct.new( :parameter_group) SENSITIVE = [] include Aws::Structure end |