AssessmentRunFilter
public struct AssessmentRunFilter : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the completedAt property of the AssessmentRun data type. DeclarationSwift public let completionTimeRange: TimestampRange?
- 
                  
                  For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the AssessmentRun data type. DeclarationSwift public let durationRange: DurationRange?
- 
                  
                  For a record to match a filter, an explicit value or a string containing a wildcard that is specified for this data type property must match the value of the assessmentRunName property of the AssessmentRun data type. DeclarationSwift public let namePattern: String?
- 
                  
                  For a record to match a filter, the value that is specified for this data type property must be contained in the list of values of the rulesPackages property of the AssessmentRun data type. DeclarationSwift public let rulesPackageArns: [String]?
- 
                  
                  For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the startTime property of the AssessmentRun data type. DeclarationSwift public let startTimeRange: TimestampRange?
- 
                  
                  For a record to match a filter, the value that is specified for this data type property must match the stateChangedAt property of the AssessmentRun data type. DeclarationSwift public let stateChangeTimeRange: TimestampRange?
- 
                  
                  For a record to match a filter, one of the values specified for this data type property must be the exact match of the value of the assessmentRunState property of the AssessmentRun data type. DeclarationSwift public let states: [AssessmentRunState]?
- 
                  init(completionTimeRange:durationRange:namePattern:rulesPackageArns:startTimeRange:stateChangeTimeRange:states:)Undocumented DeclarationSwift public init(completionTimeRange: TimestampRange? = nil, durationRange: DurationRange? = nil, namePattern: String? = nil, rulesPackageArns: [String]? = nil, startTimeRange: TimestampRange? = nil, stateChangeTimeRange: TimestampRange? = nil, states: [AssessmentRunState]? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub AssessmentRunFilter Structure Reference
        AssessmentRunFilter Structure Reference