Class: Aws::DAX::Types::ParameterGroup

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

A description of the parameter group.

Returns:

  • (String)


1185
1186
1187
1188
1189
1190
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1185

class ParameterGroup < Struct.new(
  :parameter_group_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_group_nameString

The name of the parameter group.

Returns:

  • (String)


1185
1186
1187
1188
1189
1190
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1185

class ParameterGroup < Struct.new(
  :parameter_group_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end