Class: Aws::DocDB::Types::DBClusterSnapshotAttributesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DocDB::Types::DBClusterSnapshotAttributesResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-docdb/types.rb
 
Overview
Detailed information about the attributes that are associated with a cluster snapshot.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_snapshot_attributes  ⇒ Array<Types::DBClusterSnapshotAttribute> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of attributes and values for the cluster snapshot.
 - 
  
    
      #db_cluster_snapshot_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the 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 cluster snapshot.
      1704 1705 1706 1707 1708 1709  | 
    
      # File 'lib/aws-sdk-docdb/types.rb', line 1704 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 cluster snapshot that the attributes apply to.
      1704 1705 1706 1707 1708 1709  | 
    
      # File 'lib/aws-sdk-docdb/types.rb', line 1704 class DBClusterSnapshotAttributesResult < Struct.new( :db_cluster_snapshot_identifier, :db_cluster_snapshot_attributes) SENSITIVE = [] include Aws::Structure end  |