class Aws::Inspector::Types::StopAssessmentRunRequest

@note When making an API call, you may pass StopAssessmentRunRequest

data as a hash:

    {
      assessment_run_arn: "Arn", # required
      stop_action: "START_EVALUATION", # accepts START_EVALUATION, SKIP_EVALUATION
    }

@!attribute [rw] assessment_run_arn

The ARN of the assessment run that you want to stop.
@return [String]

@!attribute [rw] stop_action

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/StopAssessmentRunRequest AWS API Documentation

Constants

SENSITIVE