ListStreamsOutput
public struct ListStreamsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
Declaration
Swift
public let nextToken: String?
-
An array of StreamInfo objects.
Declaration
Swift
public let streamInfoList: [StreamInfo]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, streamInfoList: [StreamInfo]? = nil)