ListNotebookInstanceLifecycleConfigsInput
public struct ListNotebookInstanceLifecycleConfigsInput : AWSShape
extension SageMaker.ListNotebookInstanceLifecycleConfigsInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A filter that returns only lifecycle configurations that were created after the specified time (timestamp).
Declaration
Swift
public let creationTimeAfter: TimeStamp?
-
A filter that returns only lifecycle configurations that were created before the specified time (timestamp).
Declaration
Swift
public let creationTimeBefore: TimeStamp?
-
A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).
Declaration
Swift
public let lastModifiedTimeAfter: TimeStamp?
-
A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).
Declaration
Swift
public let lastModifiedTimeBefore: TimeStamp?
-
The maximum number of lifecycle configurations to return in the response.
Declaration
Swift
public let maxResults: Int?
-
A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.
Declaration
Swift
public let nameContains: String?
-
If the result of a ListNotebookInstanceLifecycleConfigs request was truncated, the response includes a NextToken. To get the next set of lifecycle configurations, use the token in the next request.
Declaration
Swift
public let nextToken: String?
-
Sorts the list of results. The default is CreationTime.
Declaration
Swift
public let sortBy: NotebookInstanceLifecycleConfigSortKey?
-
The sort order for results.
Declaration
Swift
public let sortOrder: NotebookInstanceLifecycleConfigSortOrder?
-
init(creationTimeAfter:creationTimeBefore:lastModifiedTimeAfter:lastModifiedTimeBefore:maxResults:nameContains:nextToken:sortBy:sortOrder:)
Undocumented
Declaration
Swift
public init(creationTimeAfter: TimeStamp? = nil, creationTimeBefore: TimeStamp? = nil, lastModifiedTimeAfter: TimeStamp? = nil, lastModifiedTimeBefore: TimeStamp? = nil, maxResults: Int? = nil, nameContains: String? = nil, nextToken: String? = nil, sortBy: NotebookInstanceLifecycleConfigSortKey? = nil, sortOrder: NotebookInstanceLifecycleConfigSortOrder? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SageMaker.ListNotebookInstanceLifecycleConfigsInput