Class: Aws::Neptune::Types::DBClusterParameterGroup
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Neptune::Types::DBClusterParameterGroup
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-neptune/types.rb
 
Overview
Contains the details of an Amazon Neptune 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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
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.
      2269 2270 2271 2272 2273 2274 2275 2276  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 2269 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 DB cluster parameter group.
      2269 2270 2271 2272 2273 2274 2275 2276  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 2269 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 DB parameter group family that this DB cluster parameter group is compatible with.
      2269 2270 2271 2272 2273 2274 2275 2276  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 2269 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.
      2269 2270 2271 2272 2273 2274 2275 2276  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 2269 class DBClusterParameterGroup < Struct.new( :db_cluster_parameter_group_name, :db_parameter_group_family, :description, :db_cluster_parameter_group_arn) SENSITIVE = [] include Aws::Structure end  |