DescribeNotebookExecutionInput
public struct DescribeNotebookExecutionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier of the notebook execution.
Declaration
Swift
public let notebookExecutionId: String
-
Undocumented
Declaration
Swift
public init(notebookExecutionId: String)
-
Declaration
Swift
public func validate(name: String) throws