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:



1801
1802
1803
1804
1805
# File 'lib/aws-sdk-ses/types.rb', line 1801

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