Class: Aws::DocDB::Types::DBClusterParameterGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::DBClusterParameterGroup
- Defined in:
- gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb
Overview
Detailed information about a cluster parameter group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_parameter_group_arn ⇒ String
The Amazon Resource Name (ARN) for the cluster parameter group.
-
#db_cluster_parameter_group_name ⇒ String
Provides the name of the cluster parameter group.
-
#db_parameter_group_family ⇒ String
Provides the name of the parameter group family that this cluster parameter group is compatible with.
-
#description ⇒ String
Provides the customer-specified description for this cluster parameter group.
Instance Attribute Details
#db_cluster_parameter_group_arn ⇒ String
The Amazon Resource Name (ARN) for the cluster parameter group.
1504 1505 1506 1507 1508 1509 1510 1511 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1504 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
Provides the name of the cluster parameter group.
1504 1505 1506 1507 1508 1509 1510 1511 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1504 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
Provides the name of the parameter group family that this cluster parameter group is compatible with.
1504 1505 1506 1507 1508 1509 1510 1511 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1504 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 cluster parameter group.
1504 1505 1506 1507 1508 1509 1510 1511 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1504 class DBClusterParameterGroup < Struct.new( :db_cluster_parameter_group_name, :db_parameter_group_family, :description, :db_cluster_parameter_group_arn) SENSITIVE = [] include Aws::Structure end |