[][src]Struct rusoto_iot::ListAuditMitigationActionsExecutionsRequest

pub struct ListAuditMitigationActionsExecutionsRequest {
    pub action_status: Option<String>,
    pub finding_id: String,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
    pub task_id: String,
}

Fields

action_status: Option<String>

Specify this filter to limit results to those with a specific status.

finding_id: String

Specify this filter to limit results to those that were applied to a specific audit finding.

max_results: Option<i64>

The maximum number of results to return at one time. The default is 25.

next_token: Option<String>

The token for the next set of results.

task_id: String

Specify this filter to limit results to actions for a specific audit mitigation actions task.

Trait Implementations

impl Clone for ListAuditMitigationActionsExecutionsRequest[src]

impl Default for ListAuditMitigationActionsExecutionsRequest[src]

impl PartialEq<ListAuditMitigationActionsExecutionsRequest> for ListAuditMitigationActionsExecutionsRequest[src]

impl Debug for ListAuditMitigationActionsExecutionsRequest[src]

impl StructuralPartialEq for ListAuditMitigationActionsExecutionsRequest[src]

impl Serialize for ListAuditMitigationActionsExecutionsRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self