Class: Aws::RDS::Types::DeleteEventSubscriptionMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::DeleteEventSubscriptionMessage
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #subscription_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the RDS event notification subscription you want to delete. 
Instance Attribute Details
#subscription_name ⇒ String
The name of the RDS event notification subscription you want to delete.
| 11670 11671 11672 11673 11674 | # File 'lib/aws-sdk-rds/types.rb', line 11670 class DeleteEventSubscriptionMessage < Struct.new( :subscription_name) SENSITIVE = [] include Aws::Structure end |