Class: Aws::RDS::Types::DBClusterParameterGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DBClusterParameterGroup
- Includes:
- Structure
- Defined in:
- 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
-
#db_cluster_parameter_group_arn ⇒ String
The Amazon Resource Name (ARN) for the DB cluster parameter group.
-
#db_cluster_parameter_group_name ⇒ String
The name of the DB cluster parameter group.
-
#db_parameter_group_family ⇒ String
The name of the DB parameter group family that this DB cluster parameter group is compatible with.
-
#description ⇒ String
Provides the customer-specified description for this DB cluster parameter group.
Instance Attribute Details
#db_cluster_parameter_group_arn ⇒ String
The Amazon Resource Name (ARN) for the DB cluster parameter group.
7974 7975 7976 7977 7978 7979 7980 7981 |
# File 'lib/aws-sdk-rds/types.rb', line 7974 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_name ⇒ String
The name of the DB cluster parameter group.
7974 7975 7976 7977 7978 7979 7980 7981 |
# File 'lib/aws-sdk-rds/types.rb', line 7974 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_family ⇒ String
The name of the DB parameter group family that this DB cluster parameter group is compatible with.
7974 7975 7976 7977 7978 7979 7980 7981 |
# File 'lib/aws-sdk-rds/types.rb', line 7974 class DBClusterParameterGroup < Struct.new( :db_cluster_parameter_group_name, :db_parameter_group_family, :description, :db_cluster_parameter_group_arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Provides the customer-specified description for this DB cluster parameter group.
7974 7975 7976 7977 7978 7979 7980 7981 |
# File 'lib/aws-sdk-rds/types.rb', line 7974 class DBClusterParameterGroup < Struct.new( :db_cluster_parameter_group_name, :db_parameter_group_family, :description, :db_cluster_parameter_group_arn) SENSITIVE = [] include Aws::Structure end |