Class: Aws::SES::Types::VerifyDomainIdentityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::VerifyDomainIdentityRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Represents a request to begin Amazon SES domain verification and to generate the TXT records that you must publish to the DNS server of your domain to complete the verification. For information about domain verification, see the [Amazon SES Developer Guide].
[1]: docs.aws.amazon.com/ses/latest/dg/creating-identities.html#verify-domain-procedure
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The domain to be verified.
Instance Attribute Details
#domain ⇒ String
The domain to be verified.
5294 5295 5296 5297 5298 |
# File 'lib/aws-sdk-ses/types.rb', line 5294 class VerifyDomainIdentityRequest < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |