DescribeNotebookInstanceInput
public struct DescribeNotebookInstanceInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the notebook instance that you want information about.
Declaration
Swift
public let notebookInstanceName: String
-
Undocumented
Declaration
Swift
public init(notebookInstanceName: String)
-
Declaration
Swift
public func validate(name: String) throws