CreatePublicKeyResult
public struct CreatePublicKeyResult : 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 public key. For example: E2QWRUHAPOMQZL.
Declaration
Swift
public let eTag: String? -
The fully qualified URI of the new public key resource just created.
Declaration
Swift
public let location: String? -
Returned when you add a public key.
Declaration
Swift
public let publicKey: PublicKey? -
Undocumented
Declaration
Swift
public init(eTag: String? = nil, location: String? = nil, publicKey: PublicKey? = nil)
View on GitHub
CreatePublicKeyResult Structure Reference