case class SecretListEntry(arn: Option[SecretARNType] = None, name: Option[SecretNameType] = None, description: Option[DescriptionType] = None, kmsKeyId: Option[KmsKeyIdType] = None, rotationEnabled: Option[RotationEnabledType] = None, rotationLambdaARN: Option[RotationLambdaARNType] = None, rotationRules: Option[RotationRulesType] = None, lastRotatedDate: Option[LastRotatedDateType] = None, lastChangedDate: Option[LastChangedDateType] = None, lastAccessedDate: Option[LastAccessedDateType] = None, deletedDate: Option[DeletedDateType] = None, tags: Option[Iterable[Tag]] = None, secretVersionsToStages: Option[Map[SecretVersionIdType, Iterable[SecretVersionStageType]]] = None, owningService: Option[OwningServiceType] = None, createdDate: Option[TimestampType] = None) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SecretListEntry
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SecretListEntry(arn: Option[SecretARNType] = None, name: Option[SecretNameType] = None, description: Option[DescriptionType] = None, kmsKeyId: Option[KmsKeyIdType] = None, rotationEnabled: Option[RotationEnabledType] = None, rotationLambdaARN: Option[RotationLambdaARNType] = None, rotationRules: Option[RotationRulesType] = None, lastRotatedDate: Option[LastRotatedDateType] = None, lastChangedDate: Option[LastChangedDateType] = None, lastAccessedDate: Option[LastAccessedDateType] = None, deletedDate: Option[DeletedDateType] = None, tags: Option[Iterable[Tag]] = None, secretVersionsToStages: Option[Map[SecretVersionIdType, Iterable[SecretVersionStageType]]] = None, owningService: Option[OwningServiceType] = None, createdDate: Option[TimestampType] = None)

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. val arn: Option[SecretARNType]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def buildAwsValue(): software.amazon.awssdk.services.secretsmanager.model.SecretListEntry
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. val createdDate: Option[TimestampType]
  9. val deletedDate: Option[DeletedDateType]
  10. val description: Option[DescriptionType]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val kmsKeyId: Option[KmsKeyIdType]
  16. val lastAccessedDate: Option[LastAccessedDateType]
  17. val lastChangedDate: Option[LastChangedDateType]
  18. val lastRotatedDate: Option[LastRotatedDateType]
  19. val name: Option[SecretNameType]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val owningService: Option[OwningServiceType]
  24. val rotationEnabled: Option[RotationEnabledType]
  25. val rotationLambdaARN: Option[RotationLambdaARNType]
  26. val rotationRules: Option[RotationRulesType]
  27. val secretVersionsToStages: Option[Map[SecretVersionIdType, Iterable[SecretVersionStageType]]]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. val tags: Option[Iterable[Tag]]
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped