Class: Aws::RDS::Types::DescribeDBSnapshotAttributesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DescribeDBSnapshotAttributesResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_snapshot_attributes_result  ⇒ Types::DBSnapshotAttributesResult 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the results of a successful call to the ‘DescribeDBSnapshotAttributes` API action.
 
Instance Attribute Details
#db_snapshot_attributes_result ⇒ Types::DBSnapshotAttributesResult
Contains the results of a successful call to the ‘DescribeDBSnapshotAttributes` API action.
Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts to copy or restore a manual DB snapshot. For more information, see the ‘ModifyDBSnapshotAttribute` API action.
      13837 13838 13839 13840 13841  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 13837 class DescribeDBSnapshotAttributesResult < Struct.new( :db_snapshot_attributes_result) SENSITIVE = [] include Aws::Structure end  |