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.
886 887 888 889 890 |
# File 'lib/aws-sdk-memorydb/types.rb', line 886 class CreateParameterGroupResponse < Struct.new( :parameter_group) SENSITIVE = [] include Aws::Structure end |