AssessmentTargetFilter
public struct AssessmentTargetFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTargetName property of the AssessmentTarget data type.
Declaration
Swift
public let assessmentTargetNamePattern: String?
-
Undocumented
Declaration
Swift
public init(assessmentTargetNamePattern: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws