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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dkim_attributesHash<String,Types::IdentityDkimAttributes>

The DKIM attributes for an email address or a domain.

Returns:



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