StartAssessmentRunRequest
public struct StartAssessmentRunRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let assessmentRunName: String?
-
The ARN of the assessment template of the assessment run that you want to start.
Declaration
Swift
public let assessmentTemplateArn: String
-
Undocumented
Declaration
Swift
public init(assessmentRunName: String? = nil, assessmentTemplateArn: String)
-
Declaration
Swift
public func validate(name: String) throws