Class: Aws::DocDB::Types::ModifyDBClusterSnapshotAttributeResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DocDB::Types::ModifyDBClusterSnapshotAttributeResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-docdb/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_snapshot_attributes_result  ⇒ Types::DBClusterSnapshotAttributesResult 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Detailed information about the attributes that are associated with a cluster snapshot.
 
Instance Attribute Details
#db_cluster_snapshot_attributes_result ⇒ Types::DBClusterSnapshotAttributesResult
Detailed information about the attributes that are associated with a cluster snapshot.
      4109 4110 4111 4112 4113  | 
    
      # File 'lib/aws-sdk-docdb/types.rb', line 4109 class ModifyDBClusterSnapshotAttributeResult < Struct.new( :db_cluster_snapshot_attributes_result) SENSITIVE = [] include Aws::Structure end  |