Packages

trait ReadOnly extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadOnly
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def arnValue: Option[SecretARNType]
  2. abstract def createdDateValue: Option[TimestampType]
  3. abstract def deletedDateValue: Option[DeletedDateType]
  4. abstract def descriptionValue: Option[DescriptionType]
  5. abstract def kmsKeyIdValue: Option[KmsKeyIdType]
  6. abstract def lastAccessedDateValue: Option[LastAccessedDateType]
  7. abstract def lastChangedDateValue: Option[LastChangedDateType]
  8. abstract def lastRotatedDateValue: Option[LastRotatedDateType]
  9. abstract def nameValue: Option[SecretNameType]
  10. abstract def owningServiceValue: Option[OwningServiceType]
  11. abstract def rotationEnabledValue: Option[RotationEnabledType]
  12. abstract def rotationLambdaARNValue: Option[RotationLambdaARNType]
  13. abstract def rotationRulesValue: Option[RotationRulesType.ReadOnly]
  14. abstract def secretVersionsToStagesValue: Option[Map[SecretVersionIdType, List[SecretVersionStageType]]]
  15. abstract def tagsValue: Option[List[Tag.ReadOnly]]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def arn: ZIO[Any, AwsError, SecretARNType]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def createdDate: ZIO[Any, AwsError, TimestampType]
  8. def deletedDate: ZIO[Any, AwsError, DeletedDateType]
  9. def description: ZIO[Any, AwsError, DescriptionType]
  10. def editable: SecretListEntry
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def kmsKeyId: ZIO[Any, AwsError, KmsKeyIdType]
  18. def lastAccessedDate: ZIO[Any, AwsError, LastAccessedDateType]
  19. def lastChangedDate: ZIO[Any, AwsError, LastChangedDateType]
  20. def lastRotatedDate: ZIO[Any, AwsError, LastRotatedDateType]
  21. def name: ZIO[Any, AwsError, SecretNameType]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def owningService: ZIO[Any, AwsError, OwningServiceType]
  26. def rotationEnabled: ZIO[Any, AwsError, RotationEnabledType]
  27. def rotationLambdaARN: ZIO[Any, AwsError, RotationLambdaARNType]
  28. def rotationRules: ZIO[Any, AwsError, RotationRulesType.ReadOnly]
  29. def secretVersionsToStages: ZIO[Any, AwsError, Map[SecretVersionIdType, List[SecretVersionStageType]]]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def tags: ZIO[Any, AwsError, List[Tag.ReadOnly]]
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped