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.
| 13500 13501 13502 13503 13504 | # File 'lib/aws-sdk-rds/types.rb', line 13500 class DescribeDBSnapshotAttributesMessage < Struct.new( :db_snapshot_identifier) SENSITIVE = [] include Aws::Structure end |