Struct aws_sdk_iot::model::AbortConfig
source · #[non_exhaustive]pub struct AbortConfig { /* private fields */ }
Expand description
The criteria that determine when and how a job abort takes place.
Implementations§
source§impl AbortConfig
impl AbortConfig
sourcepub fn criteria_list(&self) -> Option<&[AbortCriteria]>
pub fn criteria_list(&self) -> Option<&[AbortCriteria]>
The list of criteria that determine when and how to abort the job.
source§impl AbortConfig
impl AbortConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AbortConfig
.
Trait Implementations§
source§impl Clone for AbortConfig
impl Clone for AbortConfig
source§fn clone(&self) -> AbortConfig
fn clone(&self) -> AbortConfig
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 AbortConfig
impl Debug for AbortConfig
source§impl PartialEq<AbortConfig> for AbortConfig
impl PartialEq<AbortConfig> for AbortConfig
source§fn eq(&self, other: &AbortConfig) -> bool
fn eq(&self, other: &AbortConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.