Class: Aws::SES::Types::VerifyEmailIdentityRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#email_addressString

The email address to be verified.

Returns:

  • (String)


5335
5336
5337
5338
5339
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 5335

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