PipelineDescription

public struct PipelineDescription : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Description of the pipeline.

    Declaration

    Swift

    public let description: String?
  • A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.

    Declaration

    Swift

    public let fields: [Field]
  • The name of the pipeline.

    Declaration

    Swift

    public let name: String
  • The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

    Declaration

    Swift

    public let pipelineId: String
  • A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, fields: [Field], name: String, pipelineId: String, tags: [Tag]? = nil)