ListPipelinesOutput

public struct ListPipelinesOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Indicates whether there are more results that can be obtained by a subsequent call.

    Declaration

    Swift

    public let hasMoreResults: Bool?
  • The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

    Declaration

    Swift

    public let marker: String?
  • The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.

    Declaration

    Swift

    public let pipelineIdList: [PipelineIdName]
  • Undocumented

    Declaration

    Swift

    public init(hasMoreResults: Bool? = nil, marker: String? = nil, pipelineIdList: [PipelineIdName])