Class: Aws::SES::Types::GetIdentityMailFromDomainAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::GetIdentityMailFromDomainAttributesResponse
- 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
-
#mail_from_domain_attributes ⇒ Hash<String,Types::IdentityMailFromDomainAttributes>
A map of identities to custom MAIL FROM attributes.
Instance Attribute Details
#mail_from_domain_attributes ⇒ Hash<String,Types::IdentityMailFromDomainAttributes>
A map of identities to custom MAIL FROM attributes.
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 |