Class: Aws::SES::Types::VerifyEmailAddressRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ses/types.rb

Overview

Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the [Amazon SES Developer Guide].

[1]: docs.aws.amazon.com/ses/latest/dg/creating-identities.html#verify-email-addresses-procedure

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#email_addressString

The email address to be verified.

Returns:

  • (String)


5315
5316
5317
5318
5319
# File 'lib/aws-sdk-ses/types.rb', line 5315

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