CancelRotateSecretResponse

public struct CancelRotateSecretResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the secret for which rotation was canceled.

    Declaration

    Swift

    public let arn: String?
  • The friendly name of the secret for which rotation was canceled.

    Declaration

    Swift

    public let name: 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.

    Declaration

    Swift

    public let versionId: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, name: String? = nil, versionId: String? = nil)