JobFilter
public struct JobFilter : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The name of the filter. Specify ResourceType to return export jobs of a specific resource type (e.g., Ec2Instance). Specify JobStatus to return export jobs with a specific status (e.g, Complete). DeclarationSwift public let name: JobFilterName?
- 
                  
                  The value of the filter. If you specify the name parameter as ResourceType, the valid values are Ec2Instance or AutoScalingGroup. If you specify the name parameter as JobStatus, the valid values are Queued, InProgress, Complete, or Failed. DeclarationSwift public let values: [String]?
- 
                  
                  Undocumented DeclarationSwift public init(name: JobFilterName? = nil, values: [String]? = nil)
 View on GitHub
View on GitHub JobFilter Structure Reference
        JobFilter Structure Reference