Class: Aws::RDS::Types::DBClusterParameterGroup

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

Overview

Contains the details of an Amazon RDS DB cluster parameter group.

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_parameter_group_arnString

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

Returns:

  • (String)


7624
7625
7626
7627
7628
7629
7630
7631
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7624

class DBClusterParameterGroup < Struct.new(
  :db_cluster_parameter_group_name,
  :db_parameter_group_family,
  :description,
  :db_cluster_parameter_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#db_cluster_parameter_group_nameString

The name of the DB cluster parameter group.

Returns:

  • (String)


7624
7625
7626
7627
7628
7629
7630
7631
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7624

class DBClusterParameterGroup < Struct.new(
  :db_cluster_parameter_group_name,
  :db_parameter_group_family,
  :description,
  :db_cluster_parameter_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#db_parameter_group_familyString

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

Returns:

  • (String)


7624
7625
7626
7627
7628
7629
7630
7631
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7624

class DBClusterParameterGroup < Struct.new(
  :db_cluster_parameter_group_name,
  :db_parameter_group_family,
  :description,
  :db_cluster_parameter_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

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

Returns:

  • (String)


7624
7625
7626
7627
7628
7629
7630
7631
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7624

class DBClusterParameterGroup < Struct.new(
  :db_cluster_parameter_group_name,
  :db_parameter_group_family,
  :description,
  :db_cluster_parameter_group_arn)
  SENSITIVE = []
  include Aws::Structure
end