Class: Aws::SES::Types::GetIdentityMailFromDomainAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::GetIdentityMailFromDomainAttributesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Note:
When making an API call, you may pass GetIdentityMailFromDomainAttributesRequest data as a hash:
{
identities: ["Identity"], # required
}
Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of identities. For information about using a custom MAIL FROM domain, see the [Amazon SES Developer Guide].
[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/mail-from.html
Instance Attribute Summary collapse
-
#identities ⇒ Array<String>
A list of one or more identities.
Instance Attribute Details
#identities ⇒ Array<String>
A list of one or more identities.
1887 1888 1889 1890 |
# File 'lib/aws-sdk-ses/types.rb', line 1887 class GetIdentityMailFromDomainAttributesRequest < Struct.new( :identities) include Aws::Structure end |