Struct aws_sdk_inspector::input::StopAssessmentRunInput [−][src]
#[non_exhaustive]pub struct StopAssessmentRunInput {
pub assessment_run_arn: Option<String>,
pub stop_action: Option<StopAction>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.assessment_run_arn: Option<String>The ARN of the assessment run that you want to stop.
stop_action: Option<StopAction>An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the default value), stops the AWS agent from collecting data and begins the results evaluation and the findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no findings are generated.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopAssessmentRun, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopAssessmentRun, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<StopAssessmentRun>
Creates a new builder-style object to manufacture StopAssessmentRunInput
The ARN of the assessment run that you want to stop.
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the default value), stops the AWS agent from collecting data and begins the results evaluation and the findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no findings are generated.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for StopAssessmentRunInput
impl Send for StopAssessmentRunInput
impl Sync for StopAssessmentRunInput
impl Unpin for StopAssessmentRunInput
impl UnwindSafe for StopAssessmentRunInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
