PutSecretValueResponse class

Constructors

PutSecretValueResponse({String? arn, String? name, String? versionId, List<String>? versionStages})
PutSecretValueResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) for the secret for which you just created a version.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The friendly name of the secret for which you just created or updated a version.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionId String?
The unique identifier of the version of the secret you just created or updated.
final
versionStages List<String>?
The list of staging labels that are currently attached to this version of the secret. Staging labels are used to track a version as it progresses through the secret rotation process.
final

Methods

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

Operators

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