#[non_exhaustive]pub struct SubscribeToEventInput { /* private fields */ }Implementations§
source§impl SubscribeToEventInput
impl SubscribeToEventInput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The ARN of the assessment template that is used during the event for which you want to receive SNS notifications.
sourcepub fn event(&self) -> Option<&InspectorEvent>
pub fn event(&self) -> Option<&InspectorEvent>
The event for which you want to receive SNS notifications.
source§impl SubscribeToEventInput
impl SubscribeToEventInput
sourcepub fn builder() -> SubscribeToEventInputBuilder
pub fn builder() -> SubscribeToEventInputBuilder
Creates a new builder-style object to manufacture SubscribeToEventInput.
source§impl SubscribeToEventInput
impl SubscribeToEventInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SubscribeToEvent, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<SubscribeToEvent, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SubscribeToEvent>
Trait Implementations§
source§impl Clone for SubscribeToEventInput
impl Clone for SubscribeToEventInput
source§fn clone(&self) -> SubscribeToEventInput
fn clone(&self) -> SubscribeToEventInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SubscribeToEventInput
impl Debug for SubscribeToEventInput
source§impl PartialEq<SubscribeToEventInput> for SubscribeToEventInput
impl PartialEq<SubscribeToEventInput> for SubscribeToEventInput
source§fn eq(&self, other: &SubscribeToEventInput) -> bool
fn eq(&self, other: &SubscribeToEventInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.