Class: Aws::DAX::Types::CreateParameterGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the parameter group.

Returns:

  • (String)


321
322
323
324
325
326
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 321

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

#parameter_group_nameString

The name of the parameter group to apply to all of the clusters in this replication group.

Returns:

  • (String)


321
322
323
324
325
326
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 321

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