GetSecretVersionsVersion class

Constructors

GetSecretVersionsVersion({required Input<String> createdTime, required Input<String> lastAccessedDate, required Input<String> versionId, required Input<List<String>> versionStages})
Creates a new GetSecretVersionsVersion. createdTime Date and time this version of the secret was created. lastAccessedDate Date that this version of the secret was last accessed. versionId Unique version identifier of this version of the secret. versionStages List of staging labels attached to the version.
const
GetSecretVersionsVersion.fromMap(Map<String, dynamic> map)
factory

Properties

createdTime → Input<String>
Date and time this version of the secret was created.
final
hashCode int
The hash code for this object.
no setterinherited
lastAccessedDate → Input<String>
Date that this version of the secret was last accessed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionId → Input<String>
Unique version identifier of this version of the secret.
final
versionStages → Input<List<String>>
List of staging labels attached to the version.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited