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

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

Overview

Contains the result of a successful invocation of the CreateDBParameterGroup action.

This data type is used as a request parameter in the DeleteDBParameterGroup action, and 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)


4554
4555
4556
4557
4558
4559
4560
# File 'lib/aws-sdk-rds/types.rb', line 4554

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)


4554
4555
4556
4557
4558
4559
4560
# File 'lib/aws-sdk-rds/types.rb', line 4554

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)


4554
4555
4556
4557
4558
4559
4560
# File 'lib/aws-sdk-rds/types.rb', line 4554

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)


4554
4555
4556
4557
4558
4559
4560
# File 'lib/aws-sdk-rds/types.rb', line 4554

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