ListStreamsResponse
public struct ListStreamsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A token used to get the next set of results.
Declaration
Swift
public let nextToken: String? -
A list of streams.
Declaration
Swift
public let streams: [StreamSummary]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, streams: [StreamSummary]? = nil)
View on GitHub
ListStreamsResponse Structure Reference