trait ReadOnly extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReadOnly
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def arnValue: Option[XmlStringMaxLen256]
- abstract def editorIdValue: Option[XmlStringMaxLen256]
- abstract def endTimeValue: Option[Date]
- abstract def executionEngineValue: Option[ExecutionEngineConfig.ReadOnly]
- abstract def lastStateChangeReasonValue: Option[XmlString]
- abstract def notebookExecutionIdValue: Option[XmlStringMaxLen256]
- abstract def notebookExecutionNameValue: Option[XmlStringMaxLen256]
- abstract def notebookInstanceSecurityGroupIdValue: Option[XmlStringMaxLen256]
- abstract def notebookParamsValue: Option[XmlString]
- abstract def outputNotebookURIValue: Option[XmlString]
- abstract def startTimeValue: Option[Date]
- abstract def statusValue: Option[NotebookExecutionStatus]
- abstract def tagsValue: Option[List[Tag.ReadOnly]]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def arn: ZIO[Any, AwsError, XmlStringMaxLen256]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def editable: NotebookExecution
- def editorId: ZIO[Any, AwsError, XmlStringMaxLen256]
- def endTime: ZIO[Any, AwsError, Date]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def executionEngine: ZIO[Any, AwsError, ExecutionEngineConfig.ReadOnly]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lastStateChangeReason: ZIO[Any, AwsError, XmlString]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def notebookExecutionId: ZIO[Any, AwsError, XmlStringMaxLen256]
- def notebookExecutionName: ZIO[Any, AwsError, XmlStringMaxLen256]
- def notebookInstanceSecurityGroupId: ZIO[Any, AwsError, XmlStringMaxLen256]
- def notebookParams: ZIO[Any, AwsError, XmlString]
-
final
def
notify(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def outputNotebookURI: ZIO[Any, AwsError, XmlString]
- def startTime: ZIO[Any, AwsError, Date]
- def status: ZIO[Any, AwsError, NotebookExecutionStatus]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tags: ZIO[Any, AwsError, List[Tag.ReadOnly]]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): scala.Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated