Class: Aws::SES::Types::VerifyEmailAddressRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::VerifyEmailAddressRequest
- 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
-
#email_address ⇒ String
The email address to be verified.
Instance Attribute Details
#email_address ⇒ String
The email address to be verified.
5339 5340 5341 5342 5343 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 5339 class VerifyEmailAddressRequest < Struct.new( :email_address) SENSITIVE = [] include Aws::Structure end |