#[non_exhaustive]pub struct StopAssessmentRunInput { /* private fields */ }Implementations§
source§impl StopAssessmentRunInput
impl StopAssessmentRunInput
sourcepub fn assessment_run_arn(&self) -> Option<&str>
pub fn assessment_run_arn(&self) -> Option<&str>
The ARN of the assessment run that you want to stop.
sourcepub fn stop_action(&self) -> Option<&StopAction>
pub fn stop_action(&self) -> 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.
source§impl StopAssessmentRunInput
impl StopAssessmentRunInput
sourcepub fn builder() -> StopAssessmentRunInputBuilder
pub fn builder() -> StopAssessmentRunInputBuilder
Creates a new builder-style object to manufacture StopAssessmentRunInput.
source§impl StopAssessmentRunInput
impl StopAssessmentRunInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopAssessmentRun, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<StopAssessmentRun, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopAssessmentRun>
Trait Implementations§
source§impl Clone for StopAssessmentRunInput
impl Clone for StopAssessmentRunInput
source§fn clone(&self) -> StopAssessmentRunInput
fn clone(&self) -> StopAssessmentRunInput
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 StopAssessmentRunInput
impl Debug for StopAssessmentRunInput
source§impl PartialEq<StopAssessmentRunInput> for StopAssessmentRunInput
impl PartialEq<StopAssessmentRunInput> for StopAssessmentRunInput
source§fn eq(&self, other: &StopAssessmentRunInput) -> bool
fn eq(&self, other: &StopAssessmentRunInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.