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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ses/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)


1055
1056
1057
1058
1059
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1055

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