Class: Aws::Neptune::Types::CopyDBClusterParameterGroupResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Neptune::Types::CopyDBClusterParameterGroupResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-neptune/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_parameter_group  ⇒ Types::DBClusterParameterGroup 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the details of an Amazon Neptune DB cluster parameter group.
 
Instance Attribute Details
#db_cluster_parameter_group ⇒ Types::DBClusterParameterGroup
Contains the details of an Amazon Neptune DB cluster parameter group.
This data type is used as a response element in the DescribeDBClusterParameterGroups action.
      367 368 369 370 371  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 367 class CopyDBClusterParameterGroupResult < Struct.new( :db_cluster_parameter_group) SENSITIVE = [] include Aws::Structure end  |