AssociationExecutionFilter
public struct AssociationExecutionFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The key value used in the request.
Declaration
Swift
public let key: AssociationExecutionFilterKey
-
The filter type specified in the request.
Declaration
Swift
public let type: AssociationFilterOperatorType
-
The value specified for the key.
Declaration
Swift
public let value: String
-
Undocumented
Declaration
Swift
public init(key: AssociationExecutionFilterKey, type: AssociationFilterOperatorType, value: String)
-
Declaration
Swift
public func validate(name: String) throws