Class: Aws::Neptune::Types::DBClusterSnapshotAttributesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Neptune::Types::DBClusterSnapshotAttributesResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-neptune/types.rb
 
Overview
Contains the results of a successful call to the DescribeDBClusterSnapshotAttributes API action.
Manual DB cluster snapshot attributes are used to authorize other Amazon accounts to copy or restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_snapshot_attributes  ⇒ Array<Types::DBClusterSnapshotAttribute> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of attributes and values for the manual DB cluster snapshot.
 - 
  
    
      #db_cluster_snapshot_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the manual DB cluster snapshot that the attributes apply to.
 
Instance Attribute Details
#db_cluster_snapshot_attributes ⇒ Array<Types::DBClusterSnapshotAttribute>
The list of attributes and values for the manual DB cluster snapshot.
      2619 2620 2621 2622 2623 2624  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 2619 class DBClusterSnapshotAttributesResult < Struct.new( :db_cluster_snapshot_identifier, :db_cluster_snapshot_attributes) SENSITIVE = [] include Aws::Structure end  | 
  
#db_cluster_snapshot_identifier ⇒ String
The identifier of the manual DB cluster snapshot that the attributes apply to.
      2619 2620 2621 2622 2623 2624  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 2619 class DBClusterSnapshotAttributesResult < Struct.new( :db_cluster_snapshot_identifier, :db_cluster_snapshot_attributes) SENSITIVE = [] include Aws::Structure end  |