Struct rusoto_inspector::AssessmentRunNotification [] [src]

pub struct AssessmentRunNotification {
    pub date: Timestamp,
    pub error: Bool,
    pub event: InspectorEvent,
    pub message: Option<Message>,
    pub sns_publish_status_code: Option<AssessmentRunNotificationSnsStatusCode>,
    pub sns_topic_arn: Option<Arn>,
}

Used as one of the elements of the AssessmentRun data type.

Fields

The date of the notification.

The Boolean value that specifies whether the notification represents an error.

The event for which a notification is sent.

The message included in the notification.

The status code of the SNS notification.

The SNS topic to which the SNS notification is sent.

Trait Implementations

impl Default for AssessmentRunNotification
[src]

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

impl Debug for AssessmentRunNotification
[src]

Formats the value using the given formatter.

impl Clone for AssessmentRunNotification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more