ListPublicKeysResponse
public struct ListPublicKeysResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Reserved for future use.
Declaration
Swift
public let nextToken: String? -
Contains an array of PublicKey objects. The returned public keys may have validity time ranges that overlap.
Declaration
Swift
public let publicKeyList: [PublicKey]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, publicKeyList: [PublicKey]? = nil)
View on GitHub
ListPublicKeysResponse Structure Reference