UpdatePublicKeyRequest
public struct UpdatePublicKeyRequest : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String? -
Declaration
Swift
public static let _xmlNamespace: String? -
Declaration
Swift
public static var _members: [AWSShapeMember] -
ID of the public key to be updated.
Declaration
Swift
public let id: String -
The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.
Declaration
Swift
public let ifMatch: String? -
Request to update public key information.
Declaration
Swift
public let publicKeyConfig: PublicKeyConfig -
Undocumented
Declaration
Swift
public init(id: String, ifMatch: String? = nil, publicKeyConfig: PublicKeyConfig)
View on GitHub
UpdatePublicKeyRequest Structure Reference