Class: Aws::SES::Types::GetIdentityNotificationAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::GetIdentityNotificationAttributesResponse
- 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
-
#notification_attributes ⇒ Hash<String,Types::IdentityNotificationAttributes>
A map of Identity to IdentityNotificationAttributes.
Instance Attribute Details
#notification_attributes ⇒ Hash<String,Types::IdentityNotificationAttributes>
A map of Identity to IdentityNotificationAttributes.
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 |