Class: Aws::RDS::Types::RemoveSourceIdentifierFromSubscriptionMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::RemoveSourceIdentifierFromSubscriptionMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #source_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source identifier to be removed from the subscription, such as the **DB instance identifier** for a DB instance or the name of a security group.
 - 
  
    
      #subscription_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the RDS event notification subscription you want to remove a source identifier from.
 
Instance Attribute Details
#source_identifier ⇒ String
The source identifier to be removed from the subscription, such as the **DB instance identifier** for a DB instance or the name of a security group.
      22340 22341 22342 22343 22344 22345  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 22340 class RemoveSourceIdentifierFromSubscriptionMessage < Struct.new( :subscription_name, :source_identifier) SENSITIVE = [] include Aws::Structure end  | 
  
#subscription_name ⇒ String
The name of the RDS event notification subscription you want to remove a source identifier from.
      22340 22341 22342 22343 22344 22345  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 22340 class RemoveSourceIdentifierFromSubscriptionMessage < Struct.new( :subscription_name, :source_identifier) SENSITIVE = [] include Aws::Structure end  |