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.
1730 1731 1732 1733 1734 |
# File 'lib/aws-sdk-ses/types.rb', line 1730 class GetIdentityDkimAttributesResponse < Struct.new( :dkim_attributes) SENSITIVE = [] include Aws::Structure end |