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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ses/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:



1730
1731
1732
1733
1734
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1730

class GetIdentityDkimAttributesResponse < Struct.new(
  :dkim_attributes)
  SENSITIVE = []
  include Aws::Structure
end