GetSecretVersionsVersion class
Constructors
-
GetSecretVersionsVersion({required Input<
String> createdTime, required Input<String> lastAccessedDate, required Input<String> versionId, required Input<List< versionStages})String> > -
Creates a new GetSecretVersionsVersion.
createdTimeDate and time this version of the secret was created.lastAccessedDateDate that this version of the secret was last accessed.versionIdUnique version identifier of this version of the secret.versionStagesList 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