DeleteSecretResponse
public struct DeleteSecretResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the secret that is now scheduled for deletion.
Declaration
Swift
public let arn: String?
-
The date and time after which this secret can be deleted by Secrets Manager and can no longer be restored. This value is the date and time of the delete request plus the number of days specified in RecoveryWindowInDays.
Declaration
Swift
public let deletionDate: TimeStamp?
-
The friendly name of the secret that is now scheduled for deletion.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, deletionDate: TimeStamp? = nil, name: String? = nil)