Class: Aws::SES::Types::DeleteIdentityRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#identityString

The identity to be removed from the list of identities for the Amazon Web Services account.

Returns:

  • (String)


1094
1095
1096
1097
1098
# File 'lib/aws-sdk-ses/types.rb', line 1094

class DeleteIdentityRequest < Struct.new(
  :identity)
  SENSITIVE = []
  include Aws::Structure
end