StopAssessmentRunRequest

public struct StopAssessmentRunRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the assessment run that you want to stop.

    Declaration

    Swift

    public let assessmentRunArn: String
  • 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.

    Declaration

    Swift

    public let stopAction: StopAction?
  • Undocumented

    Declaration

    Swift

    public init(assessmentRunArn: String, stopAction: StopAction? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws