AssessmentTemplateFilter
public struct AssessmentTemplateFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
For a record to match a filter, the value specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the AssessmentTemplate data type.
Declaration
Swift
public let durationRange: DurationRange?
-
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 assessmentTemplateName property of the AssessmentTemplate data type.
Declaration
Swift
public let namePattern: String?
-
For a record to match a filter, the values that are specified for this data type property must be contained in the list of values of the rulesPackageArns property of the AssessmentTemplate data type.
Declaration
Swift
public let rulesPackageArns: [String]?
-
Undocumented
Declaration
Swift
public init(durationRange: DurationRange? = nil, namePattern: String? = nil, rulesPackageArns: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws