Struct aws_sdk_iot::input::ListViolationEventsInput
source · [−]#[non_exhaustive]pub struct ListViolationEventsInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for ListViolationEventsInput
impl Clone for ListViolationEventsInput
sourcefn clone(&self) -> ListViolationEventsInput
fn clone(&self) -> ListViolationEventsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ListViolationEventsInput
impl Debug for ListViolationEventsInput
sourceimpl PartialEq<ListViolationEventsInput> for ListViolationEventsInput
impl PartialEq<ListViolationEventsInput> for ListViolationEventsInput
sourcefn eq(&self, other: &ListViolationEventsInput) -> bool
fn eq(&self, other: &ListViolationEventsInput) -> bool
impl StructuralPartialEq for ListViolationEventsInput
Auto Trait Implementations
impl RefUnwindSafe for ListViolationEventsInput
impl Send for ListViolationEventsInput
impl Sync for ListViolationEventsInput
impl Unpin for ListViolationEventsInput
impl UnwindSafe for ListViolationEventsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more