Struct aws_sdk_inspector::model::subscription::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for Subscription
Implementations
The ARN of the assessment template that is used during the event for which the SNS notification is sent.
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.
The ARN of the Amazon Simple Notification Service (SNS) topic to which the SNS notifications are sent.
Appends an item to event_subscriptions.
To override the contents of this collection use set_event_subscriptions.
The list of existing event subscriptions.
The list of existing event subscriptions.
Consumes the builder and constructs a Subscription
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
