Class: Aws::SES::Types::VerifyDomainIdentityRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The domain to be verified.

Returns:

  • (String)


5270
5271
5272
5273
5274
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 5270

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