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[SecretARNType]
- abstract def createdDateValue: Option[TimestampType]
- abstract def deletedDateValue: Option[DeletedDateType]
- abstract def descriptionValue: Option[DescriptionType]
- abstract def kmsKeyIdValue: Option[KmsKeyIdType]
- abstract def lastAccessedDateValue: Option[LastAccessedDateType]
- abstract def lastChangedDateValue: Option[LastChangedDateType]
- abstract def lastRotatedDateValue: Option[LastRotatedDateType]
- abstract def nameValue: Option[SecretNameType]
- abstract def owningServiceValue: Option[OwningServiceType]
- abstract def rotationEnabledValue: Option[RotationEnabledType]
- abstract def rotationLambdaARNValue: Option[RotationLambdaARNType]
- abstract def rotationRulesValue: Option[RotationRulesType.ReadOnly]
- abstract def tagsValue: Option[List[Tag.ReadOnly]]
- abstract def versionIdsToStagesValue: Option[Map[SecretVersionIdType, List[SecretVersionStageType]]]
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, SecretARNType]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def createdDate: ZIO[Any, AwsError, TimestampType]
- def deletedDate: ZIO[Any, AwsError, DeletedDateType]
- def description: ZIO[Any, AwsError, DescriptionType]
- def editable: DescribeSecretResponse
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def kmsKeyId: ZIO[Any, AwsError, KmsKeyIdType]
- def lastAccessedDate: ZIO[Any, AwsError, LastAccessedDateType]
- def lastChangedDate: ZIO[Any, AwsError, LastChangedDateType]
- def lastRotatedDate: ZIO[Any, AwsError, LastRotatedDateType]
- def name: ZIO[Any, AwsError, SecretNameType]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def owningService: ZIO[Any, AwsError, OwningServiceType]
- def rotationEnabled: ZIO[Any, AwsError, RotationEnabledType]
- def rotationLambdaARN: ZIO[Any, AwsError, RotationLambdaARNType]
- def rotationRules: ZIO[Any, AwsError, RotationRulesType.ReadOnly]
-
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
- def versionIdsToStages: ZIO[Any, AwsError, Map[SecretVersionIdType, List[SecretVersionStageType]]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()