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.
5341 5342 5343 5344 5345 |
# File 'lib/aws-sdk-ses/types.rb', line 5341 class VerifyDomainIdentityRequest < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |