Struct rusoto_inspector::Subscription [] [src]

pub struct Subscription {
    pub event_subscriptions: Vec<EventSubscription>,
    pub resource_arn: String,
    pub topic_arn: String,
}

This data type is used as a response element in the ListEventSubscriptions action.

Fields

The list of existing event subscriptions.

The ARN of the assessment template that is used during the event for which the SNS notification is sent.

The ARN of the Amazon Simple Notification Service (SNS) topic to which the SNS notifications are sent.

Trait Implementations

impl Default for Subscription
[src]

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

impl Debug for Subscription
[src]

Formats the value using the given formatter.

impl Clone for Subscription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more