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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Contains the details of an Amazon RDS DB parameter group.

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

Instance Attribute Summary collapse

Instance Attribute Details

#db_parameter_group_arnString

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

Returns:

  • (String)


5547
5548
5549
5550
5551
5552
5553
# File 'lib/aws-sdk-rds/types.rb', line 5547

class DBParameterGroup < Struct.new(
  :db_parameter_group_name,
  :db_parameter_group_family,
  :description,
  :db_parameter_group_arn)
  include Aws::Structure
end

#db_parameter_group_familyString

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

Returns:

  • (String)


5547
5548
5549
5550
5551
5552
5553
# File 'lib/aws-sdk-rds/types.rb', line 5547

class DBParameterGroup < Struct.new(
  :db_parameter_group_name,
  :db_parameter_group_family,
  :description,
  :db_parameter_group_arn)
  include Aws::Structure
end

#db_parameter_group_nameString

Provides the name of the DB parameter group.

Returns:

  • (String)


5547
5548
5549
5550
5551
5552
5553
# File 'lib/aws-sdk-rds/types.rb', line 5547

class DBParameterGroup < Struct.new(
  :db_parameter_group_name,
  :db_parameter_group_family,
  :description,
  :db_parameter_group_arn)
  include Aws::Structure
end

#descriptionString

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

Returns:

  • (String)


5547
5548
5549
5550
5551
5552
5553
# File 'lib/aws-sdk-rds/types.rb', line 5547

class DBParameterGroup < Struct.new(
  :db_parameter_group_name,
  :db_parameter_group_family,
  :description,
  :db_parameter_group_arn)
  include Aws::Structure
end