Struct rusoto_ses::GetIdentityNotificationAttributesResponse [] [src]

pub struct GetIdentityNotificationAttributesResponse {
    pub notification_attributes: NotificationAttributes,
}

Represents the notification attributes for a list of identities.

Fields

A map of Identity to IdentityNotificationAttributes.

Trait Implementations

impl Default for GetIdentityNotificationAttributesResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for GetIdentityNotificationAttributesResponse
[src]

Formats the value using the given formatter.

impl Clone for GetIdentityNotificationAttributesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more