UpdateAssessmentTargetRequest
public struct UpdateAssessmentTargetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the assessment target that you want to update.
Declaration
Swift
public let assessmentTargetArn: String
-
The name of the assessment target that you want to update.
Declaration
Swift
public let assessmentTargetName: String
-
The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
Declaration
Swift
public let resourceGroupArn: String?
-
Undocumented
Declaration
Swift
public init(assessmentTargetArn: String, assessmentTargetName: String, resourceGroupArn: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws