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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notification_attributesHash<String,Types::IdentityNotificationAttributes>

A map of Identity to IdentityNotificationAttributes.

Returns:



1840
1841
1842
1843
1844
# File 'lib/aws-sdk-ses/types.rb', line 1840

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