Struct aws_sdk_iot::model::PublishFindingToSnsParams
source · #[non_exhaustive]pub struct PublishFindingToSnsParams { /* private fields */ }
Expand description
Parameters to define a mitigation action that publishes findings to Amazon SNS. You can implement your own custom actions in response to the Amazon SNS messages.
Implementations§
source§impl PublishFindingToSnsParams
impl PublishFindingToSnsParams
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PublishFindingToSnsParams
.
Trait Implementations§
source§impl Clone for PublishFindingToSnsParams
impl Clone for PublishFindingToSnsParams
source§fn clone(&self) -> PublishFindingToSnsParams
fn clone(&self) -> PublishFindingToSnsParams
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 PublishFindingToSnsParams
impl Debug for PublishFindingToSnsParams
source§impl PartialEq<PublishFindingToSnsParams> for PublishFindingToSnsParams
impl PartialEq<PublishFindingToSnsParams> for PublishFindingToSnsParams
source§fn eq(&self, other: &PublishFindingToSnsParams) -> bool
fn eq(&self, other: &PublishFindingToSnsParams) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.