UpdatePublicKeyResult
public struct UpdatePublicKeyResult : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String? -
Declaration
Swift
public static var _members: [AWSShapeMember] -
The current version of the update public key result. For example: E2QWRUHAPOMQZL.
Declaration
Swift
public let eTag: String? -
Return the results of updating the public key.
Declaration
Swift
public let publicKey: PublicKey? -
Undocumented
Declaration
Swift
public init(eTag: String? = nil, publicKey: PublicKey? = nil)
View on GitHub
UpdatePublicKeyResult Structure Reference