Class: Aws::SES::Types::GetIdentityMailFromDomainAttributesRequest

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

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identitiesArray<String>

A list of one or more identities.

Returns:

  • (Array<String>)


1750
1751
1752
1753
1754
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1750

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