Class: Aws::SES::Types::GetIdentityDkimAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::GetIdentityDkimAttributesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this request also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published. For more information about Easy DKIM, see the [Amazon SES Developer Guide].
[1]: docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identities ⇒ Array<String>
A list of one or more verified identities - email addresses, domains, or both.
Instance Attribute Details
#identities ⇒ Array<String>
A list of one or more verified identities - email addresses, domains, or both.
1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-ses/types.rb', line 1752 class GetIdentityDkimAttributesRequest < Struct.new( :identities) SENSITIVE = [] include Aws::Structure end |