CreateAssessmentTargetRequest
public struct CreateAssessmentTargetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The user-defined name that identifies the assessment target that you want to create. The name must be unique within the AWS account.
Declaration
Swift
public let assessmentTargetName: String
-
The ARN that specifies the resource group that is used to create the assessment target. If resourceGroupArn is not specified, all EC2 instances in the current AWS account and region are included in the assessment target.
Declaration
Swift
public let resourceGroupArn: String?
-
Undocumented
Declaration
Swift
public init(assessmentTargetName: String, resourceGroupArn: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws