[][src]Struct rusoto_inspector::StartAssessmentRunRequest

pub struct StartAssessmentRunRequest {
    pub assessment_run_name: Option<String>,
    pub assessment_template_arn: String,
}

Fields

assessment_run_name: Option<String>

You can specify the name for the assessment run. The name must be unique for the assessment template whose ARN is used to start the assessment run.

assessment_template_arn: String

The ARN of the assessment template of the assessment run that you want to start.

Trait Implementations

impl Clone for StartAssessmentRunRequest[src]

impl Debug for StartAssessmentRunRequest[src]

impl Default for StartAssessmentRunRequest[src]

impl PartialEq<StartAssessmentRunRequest> for StartAssessmentRunRequest[src]

impl Serialize for StartAssessmentRunRequest[src]

impl StructuralPartialEq for StartAssessmentRunRequest[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.