Class: Aws::SES::Types::GetIdentityMailFromDomainAttributesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb

Overview

Represents the custom MAIL FROM attributes for a list of identities.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mail_from_domain_attributesHash<String,Types::IdentityMailFromDomainAttributes>

A map of identities to custom MAIL FROM attributes.

Returns:



1764
1765
1766
1767
1768
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1764

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