Class: Aws::DocDB::Types::RemoveSourceIdentifierFromSubscriptionMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DocDB::Types::RemoveSourceIdentifierFromSubscriptionMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-docdb/types.rb
 
Overview
Represents the input to RemoveSourceIdentifierFromSubscription.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #source_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source identifier to be removed from the subscription, such as the instance identifier for an instance, or the name of a security group.
 - 
  
    
      #subscription_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Amazon DocumentDB event notification subscription that 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 instance identifier for an instance, or the name of a security group.
      4816 4817 4818 4819 4820 4821  | 
    
      # File 'lib/aws-sdk-docdb/types.rb', line 4816 class RemoveSourceIdentifierFromSubscriptionMessage < Struct.new( :subscription_name, :source_identifier) SENSITIVE = [] include Aws::Structure end  | 
  
#subscription_name ⇒ String
The name of the Amazon DocumentDB event notification subscription that you want to remove a source identifier from.
      4816 4817 4818 4819 4820 4821  | 
    
      # File 'lib/aws-sdk-docdb/types.rb', line 4816 class RemoveSourceIdentifierFromSubscriptionMessage < Struct.new( :subscription_name, :source_identifier) SENSITIVE = [] include Aws::Structure end  |