Class: Aws::MemoryDB::Types::CreateParameterGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::CreateParameterGroupResponse
- 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 newly-created parameter group.
Instance Attribute Details
#parameter_group ⇒ Types::ParameterGroup
The newly-created parameter group.
784 785 786 787 788 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 784 class CreateParameterGroupResponse < Struct.new( :parameter_group) SENSITIVE = [] include Aws::Structure end |