Class: Aws::RDS::Types::DescribeDBSnapshotAttributesMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DescribeDBSnapshotAttributesMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_snapshot_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier for the DB snapshot to describe the attributes for.
 
Instance Attribute Details
#db_snapshot_identifier ⇒ String
The identifier for the DB snapshot to describe the attributes for.
      13820 13821 13822 13823 13824  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 13820 class DescribeDBSnapshotAttributesMessage < Struct.new( :db_snapshot_identifier) SENSITIVE = [] include Aws::Structure end  |