You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateParameterGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  parameter_group_name: "String", # required
  description: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the parameter group.

Returns:

  • (String)

    A description of the parameter group.

#parameter_group_nameString

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

Returns:

  • (String)

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