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