Struct aws_sdk_iot::types::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() -> AlertTargetBuilder
pub fn builder() -> AlertTargetBuilder
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 ==.