Class: Aws::DocDB::Types::DBClusterParameterGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::DBClusterParameterGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
Detailed information about a DB cluster parameter group.
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
Provides the name of the DB cluster parameter group.
-
#db_parameter_group_family ⇒ String
Provides 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.
1192 1193 1194 1195 1196 1197 1198 |
# File 'lib/aws-sdk-docdb/types.rb', line 1192 class DBClusterParameterGroup < Struct.new( :db_cluster_parameter_group_name, :db_parameter_group_family, :description, :db_cluster_parameter_group_arn) include Aws::Structure end |
#db_cluster_parameter_group_name ⇒ String
Provides the name of the DB cluster parameter group.
1192 1193 1194 1195 1196 1197 1198 |
# File 'lib/aws-sdk-docdb/types.rb', line 1192 class DBClusterParameterGroup < Struct.new( :db_cluster_parameter_group_name, :db_parameter_group_family, :description, :db_cluster_parameter_group_arn) include Aws::Structure end |
#db_parameter_group_family ⇒ String
Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
1192 1193 1194 1195 1196 1197 1198 |
# File 'lib/aws-sdk-docdb/types.rb', line 1192 class DBClusterParameterGroup < Struct.new( :db_cluster_parameter_group_name, :db_parameter_group_family, :description, :db_cluster_parameter_group_arn) include Aws::Structure end |
#description ⇒ String
Provides the customer-specified description for this DB cluster parameter group.
1192 1193 1194 1195 1196 1197 1198 |
# File 'lib/aws-sdk-docdb/types.rb', line 1192 class DBClusterParameterGroup < Struct.new( :db_cluster_parameter_group_name, :db_parameter_group_family, :description, :db_cluster_parameter_group_arn) include Aws::Structure end |