Struct aws_sdk_iot::model::AlertTarget
source · #[non_exhaustive]pub struct AlertTarget { /* private fields */ }
Expand description
A structure containing the alert target ARN and the role ARN.
Implementations§
source§impl AlertTarget
impl AlertTarget
source§impl AlertTarget
impl AlertTarget
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AlertTarget
.
Trait Implementations§
source§impl Clone for AlertTarget
impl Clone for AlertTarget
source§fn clone(&self) -> AlertTarget
fn clone(&self) -> AlertTarget
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 AlertTarget
impl Debug for AlertTarget
source§impl PartialEq<AlertTarget> for AlertTarget
impl PartialEq<AlertTarget> for AlertTarget
source§fn eq(&self, other: &AlertTarget) -> bool
fn eq(&self, other: &AlertTarget) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.