ServiceFilter
public struct ServiceFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The operator that you want to use to determine whether a service is returned by ListServices. Valid values for Condition include the following: EQ: When you specify EQ, specify one namespace ID for Values. EQ is the default condition and can be omitted. IN: When you specify IN, specify a list of the IDs for the namespaces that you want ListServices to return a list of services for. BETWEEN: Not applicable.
Declaration
Swift
public let condition: FilterCondition? -
Specify NAMESPACE_ID.
Declaration
Swift
public let name: ServiceFilterName -
The values that are applicable to the value that you specify for Condition to filter the list of services.
Declaration
Swift
public let values: [String] -
Undocumented
Declaration
Swift
public init(condition: FilterCondition? = nil, name: ServiceFilterName, values: [String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ServiceFilter Structure Reference