Class: Aws::SES::Types::GetIdentityDkimAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::GetIdentityDkimAttributesResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Represents the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this response also contains the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dkim_attributes ⇒ Hash<String,Types::IdentityDkimAttributes>
The DKIM attributes for an email address or a domain.
Instance Attribute Details
#dkim_attributes ⇒ Hash<String,Types::IdentityDkimAttributes>
The DKIM attributes for an email address or a domain.
1769 1770 1771 1772 1773 |
# File 'lib/aws-sdk-ses/types.rb', line 1769 class GetIdentityDkimAttributesResponse < Struct.new( :dkim_attributes) SENSITIVE = [] include Aws::Structure end |