RestoreSecretResponse
public struct RestoreSecretResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the secret that was restored.
Declaration
Swift
public let arn: String?
-
The friendly name of the secret that was restored.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, name: String? = nil)