Class: Aws::SES::Types::GetIdentityDkimAttributesResponse

Inherits:
Struct
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Attribute Details

#dkim_attributesHash<String,Types::IdentityDkimAttributes>

The DKIM attributes for an email address or a domain.

Returns:



1861
1862
1863
1864
# File 'lib/aws-sdk-ses/types.rb', line 1861

class GetIdentityDkimAttributesResponse < Struct.new(
  :dkim_attributes)
  include Aws::Structure
end