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
3597 3598 3599 3600 3601 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3597 class UpdateParameterGroupResponse < Struct.new( :parameter_group) SENSITIVE = [] include Aws::Structure end |