ListStreamsInput
public struct ListStreamsInput : AWSShape
extension Kinesis.ListStreamsInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the stream to start the list with.
Declaration
Swift
public let exclusiveStartStreamName: String? -
The maximum number of streams to list.
Declaration
Swift
public let limit: Int? -
Undocumented
Declaration
Swift
public init(exclusiveStartStreamName: String? = nil, limit: Int? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Kinesis.ListStreamsInput
View on GitHub
ListStreamsInput Structure Reference