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.
| 1641 1642 1643 1644 1645 1646 1647 1648 | # File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1641 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.
| 1641 1642 1643 1644 1645 1646 1647 1648 | # File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1641 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.
| 1641 1642 1643 1644 1645 1646 1647 1648 | # File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1641 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.
| 1641 1642 1643 1644 1645 1646 1647 1648 | # File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1641 class DBClusterParameterGroup < Struct.new( :db_cluster_parameter_group_name, :db_parameter_group_family, :description, :db_cluster_parameter_group_arn) SENSITIVE = [] include Aws::Structure end |