ListProgressUpdateStreamsResult
public struct ListProgressUpdateStreamsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
Declaration
Swift
public let nextToken: String?
-
List of progress update streams up to the max number of results passed in the input.
Declaration
Swift
public let progressUpdateStreamSummaryList: [ProgressUpdateStreamSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, progressUpdateStreamSummaryList: [ProgressUpdateStreamSummary]? = nil)