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.
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 |