CreatePresignedNotebookInstanceUrlInput
public struct CreatePresignedNotebookInstanceUrlInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the notebook instance.
Declaration
Swift
public let notebookInstanceName: String
-
The duration of the session, in seconds. The default is 12 hours.
Declaration
Swift
public let sessionExpirationDurationInSeconds: Int?
-
Undocumented
Declaration
Swift
public init(notebookInstanceName: String, sessionExpirationDurationInSeconds: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws