Class: Aws::SES::Types::GetIdentityNotificationAttributesResponse

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

Overview

Represents the notification attributes for a list of identities.

Instance Attribute Summary collapse

Instance Attribute Details

#notification_attributesHash<String,Types::IdentityNotificationAttributes>

A map of Identity to IdentityNotificationAttributes.

Returns:



1942
1943
1944
1945
# File 'lib/aws-sdk-ses/types.rb', line 1942

class GetIdentityNotificationAttributesResponse < Struct.new(
  :notification_attributes)
  include Aws::Structure
end