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.
1055 1056 1057 1058 1059 |
# File 'lib/aws-sdk-ses/types.rb', line 1055 class DeleteIdentityRequest < Struct.new( :identity) SENSITIVE = [] include Aws::Structure end |