ListStreamKeysResponse
public struct ListStreamKeysResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If there are more stream keys than maxResults, use nextToken in the request to get the next set.
Declaration
Swift
public let nextToken: String?
-
List of stream keys.
Declaration
Swift
public let streamKeys: [StreamKeySummary]
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, streamKeys: [StreamKeySummary])