ListNotebookInstanceLifecycleConfigsOutput
public struct ListNotebookInstanceLifecycleConfigsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If the response is truncated, Amazon SageMaker returns this token. To get the next set of lifecycle configurations, use it in the next request.
Declaration
Swift
public let nextToken: String? -
An array of NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle configuration.
Declaration
Swift
public let notebookInstanceLifecycleConfigs: [NotebookInstanceLifecycleConfigSummary]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, notebookInstanceLifecycleConfigs: [NotebookInstanceLifecycleConfigSummary]? = nil)
View on GitHub
ListNotebookInstanceLifecycleConfigsOutput Structure Reference