Class: Aws::RDS::Types::DBSnapshotAttributesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DBSnapshotAttributesResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
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.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_snapshot_attributes  ⇒ Array<Types::DBSnapshotAttribute> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of attributes and values for the manual DB snapshot.
 - 
  
    
      #db_snapshot_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the manual DB snapshot that the attributes apply to.
 
Instance Attribute Details
#db_snapshot_attributes ⇒ Array<Types::DBSnapshotAttribute>
The list of attributes and values for the manual DB snapshot.
      11141 11142 11143 11144 11145 11146  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 11141 class DBSnapshotAttributesResult < Struct.new( :db_snapshot_identifier, :db_snapshot_attributes) SENSITIVE = [] include Aws::Structure end  | 
  
#db_snapshot_identifier ⇒ String
The identifier of the manual DB snapshot that the attributes apply to.
      11141 11142 11143 11144 11145 11146  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 11141 class DBSnapshotAttributesResult < Struct.new( :db_snapshot_identifier, :db_snapshot_attributes) SENSITIVE = [] include Aws::Structure end  |