Class: Aws::DAX::Types::CreateParameterGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::CreateParameterGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dax/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the parameter group.
-
#parameter_group_name ⇒ String
The name of the parameter group to apply to all of the clusters in this replication group.
Instance Attribute Details
#description ⇒ String
A description of the parameter group.
321 322 323 324 325 326 |
# File 'lib/aws-sdk-dax/types.rb', line 321 class CreateParameterGroupRequest < Struct.new( :parameter_group_name, :description) SENSITIVE = [] include Aws::Structure end |
#parameter_group_name ⇒ String
The name of the parameter group to apply to all of the clusters in this replication group.
321 322 323 324 325 326 |
# File 'lib/aws-sdk-dax/types.rb', line 321 class CreateParameterGroupRequest < Struct.new( :parameter_group_name, :description) SENSITIVE = [] include Aws::Structure end |