Class: Aws::MemoryDB::Types::UpdateParameterGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::UpdateParameterGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter_group ⇒ Types::ParameterGroup
The updated parameter group.
Instance Attribute Details
#parameter_group ⇒ Types::ParameterGroup
The updated parameter group
3238 3239 3240 3241 3242 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3238 class UpdateParameterGroupResponse < Struct.new( :parameter_group) SENSITIVE = [] include Aws::Structure end |