ListStreamsRequest
public struct ListStreamsRequest : AWSShape
extension IoT.ListStreamsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Set to true to return the list of streams in ascending order.
Declaration
Swift
public let ascendingOrder: Bool?
-
The maximum number of results to return at a time.
Declaration
Swift
public let maxResults: Int?
-
A token used to get the next set of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(ascendingOrder: Bool? = nil, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IoT.ListStreamsRequest