Class: Aws::SES::Types::DeleteIdentityRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SES::Types::DeleteIdentityRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ses/types.rb
 
Overview
Represents a request to delete one of your Amazon SES identities (an email address or domain).
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #identity  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identity to be removed from the list of identities for the Amazon Web Services account.
 
Instance Attribute Details
#identity ⇒ String
The identity to be removed from the list of identities for the Amazon Web Services account.
      1094 1095 1096 1097 1098  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 1094 class DeleteIdentityRequest < Struct.new( :identity) SENSITIVE = [] include Aws::Structure end  |