Class: Aws::DAX::Types::ParameterGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::ParameterGroup
- Defined in:
- gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb
Overview
A named set of parameters that are applied to all of the nodes in a DAX cluster.
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.
Instance Attribute Details
#description ⇒ String
A description of the parameter group.
1215 1216 1217 1218 1219 1220 |
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1215 class ParameterGroup < Struct.new( :parameter_group_name, :description) SENSITIVE = [] include Aws::Structure end |
#parameter_group_name ⇒ String
The name of the parameter group.
1215 1216 1217 1218 1219 1220 |
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1215 class ParameterGroup < Struct.new( :parameter_group_name, :description) SENSITIVE = [] include Aws::Structure end |