CancelRotateSecretResponse class

Constructors

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

Properties

arn String?
The ARN of the secret for which rotation was canceled.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The friendly name of the secret for which rotation was canceled.
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 created during the rotation. This version might not be complete, and should be evaluated for possible deletion. At the very least, you should remove the VersionStage value AWSPENDING to enable this version to be deleted. Failing to clean up a cancelled rotation can block you from successfully starting future rotations.
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