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
Ordering
- Alphabetic
- By Inheritance
Inherited
- SecretListEntry
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
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
- val arn: Option[SecretARNType]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildAwsValue(): software.amazon.awssdk.services.secretsmanager.model.SecretListEntry
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val createdDate: Option[TimestampType]
- val deletedDate: Option[DeletedDateType]
- val description: Option[DescriptionType]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kmsKeyId: Option[KmsKeyIdType]
- val lastAccessedDate: Option[LastAccessedDateType]
- val lastChangedDate: Option[LastChangedDateType]
- val lastRotatedDate: Option[LastRotatedDateType]
- val name: Option[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()
- val owningService: Option[OwningServiceType]
- val rotationEnabled: Option[RotationEnabledType]
- val rotationLambdaARN: Option[RotationLambdaARNType]
- val rotationRules: Option[RotationRulesType]
- val secretVersionsToStages: Option[Map[SecretVersionIdType, Iterable[SecretVersionStageType]]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tags: Option[Iterable[Tag]]
-
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()