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