EndpointFilter
public struct EndpointFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies a date after which the returned endpoint or endpoints were created.
Declaration
Swift
public let creationTimeAfter: TimeStamp? -
Specifies a date before which the returned endpoint or endpoints were created.
Declaration
Swift
public let creationTimeBefore: TimeStamp? -
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
Declaration
Swift
public let modelArn: String? -
Specifies the status of the endpoint being returned. Possible values are: Creating, Ready, Updating, Deleting, Failed.
Declaration
Swift
public let status: EndpointStatus? -
Undocumented
Declaration
Swift
public init(creationTimeAfter: TimeStamp? = nil, creationTimeBefore: TimeStamp? = nil, modelArn: String? = nil, status: EndpointStatus? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
EndpointFilter Structure Reference