Struct aws_sdk_iot::input::ListViolationEventsInput
source · #[non_exhaustive]pub struct ListViolationEventsInput { /* private fields */ }
Implementations§
source§impl ListViolationEventsInput
impl ListViolationEventsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListViolationEvents, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListViolationEvents, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListViolationEvents
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListViolationEventsInput
.
source§impl ListViolationEventsInput
impl ListViolationEventsInput
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
The start time for the alerts to be listed.
sourcepub fn thing_name(&self) -> Option<&str>
pub fn thing_name(&self) -> Option<&str>
A filter to limit results to those alerts caused by the specified thing.
sourcepub fn security_profile_name(&self) -> Option<&str>
pub fn security_profile_name(&self) -> Option<&str>
A filter to limit results to those alerts generated by the specified security profile.
sourcepub fn behavior_criteria_type(&self) -> Option<&BehaviorCriteriaType>
pub fn behavior_criteria_type(&self) -> Option<&BehaviorCriteriaType>
The criteria for a behavior.
sourcepub fn list_suppressed_alerts(&self) -> Option<bool>
pub fn list_suppressed_alerts(&self) -> Option<bool>
A list of all suppressed alerts.
sourcepub fn verification_state(&self) -> Option<&VerificationState>
pub fn verification_state(&self) -> Option<&VerificationState>
The verification state of the violation (detect alarm).
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return at one time.
Trait Implementations§
source§impl Clone for ListViolationEventsInput
impl Clone for ListViolationEventsInput
source§fn clone(&self) -> ListViolationEventsInput
fn clone(&self) -> ListViolationEventsInput
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 ListViolationEventsInput
impl Debug for ListViolationEventsInput
source§impl PartialEq<ListViolationEventsInput> for ListViolationEventsInput
impl PartialEq<ListViolationEventsInput> for ListViolationEventsInput
source§fn eq(&self, other: &ListViolationEventsInput) -> bool
fn eq(&self, other: &ListViolationEventsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.