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 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.
1588 1589 1590 1591 1592 1593 1594 1595 |
# File 'lib/aws-sdk-docdb/types.rb', line 1588 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.
1588 1589 1590 1591 1592 1593 1594 1595 |
# File 'lib/aws-sdk-docdb/types.rb', line 1588 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.
1588 1589 1590 1591 1592 1593 1594 1595 |
# File 'lib/aws-sdk-docdb/types.rb', line 1588 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.
1588 1589 1590 1591 1592 1593 1594 1595 |
# File 'lib/aws-sdk-docdb/types.rb', line 1588 class DBClusterParameterGroup < Struct.new( :db_cluster_parameter_group_name, :db_parameter_group_family, :description, :db_cluster_parameter_group_arn) SENSITIVE = [] include Aws::Structure end |