Class: Aws::MemoryDB::Types::CreateParameterGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::CreateParameterGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter_group ⇒ Types::ParameterGroup
The newly-created parameter group.
Instance Attribute Details
#parameter_group ⇒ Types::ParameterGroup
The newly-created parameter group.
800 801 802 803 804 |
# File 'lib/aws-sdk-memorydb/types.rb', line 800 class CreateParameterGroupResponse < Struct.new( :parameter_group) SENSITIVE = [] include Aws::Structure end |