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

Class: Aws::RDS::Types::DBParameterGroup

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

Overview

Contains the details of an Amazon RDS DB parameter group.

This data type is used as a response element in the DescribeDBParameterGroups action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#db_parameter_group_arnString

The Amazon Resource Name (ARN) for the DB parameter group.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the DB parameter group.

#db_parameter_group_familyString

The name of the DB parameter group family that this DB parameter group is compatible with.

Returns:

  • (String)

    The name of the DB parameter group family that this DB parameter group is compatible with.

#db_parameter_group_nameString

The name of the DB parameter group.

Returns:

  • (String)

    The name of the DB parameter group.

#descriptionString

Provides the customer-specified description for this DB parameter group.

Returns:

  • (String)

    Provides the customer-specified description for this DB parameter group.