ListPlaybackKeyPairsResponse
public struct ListPlaybackKeyPairsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
List of key pairs.
Declaration
Swift
public let keyPairs: [PlaybackKeyPairSummary] -
If there are more key pairs than maxResults, use nextToken in the request to get the next set.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(keyPairs: [PlaybackKeyPairSummary], nextToken: String? = nil)
View on GitHub
ListPlaybackKeyPairsResponse Structure Reference