ListPipelinesInput
public struct ListPipelinesInput : AWSShape
extension DataPipeline.ListPipelinesInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.
Declaration
Swift
public let marker: String?
-
Undocumented
Declaration
Swift
public init(marker: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> DataPipeline.ListPipelinesInput