PipelineSummary

public struct PipelineSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time the pipeline was created, in timestamp format.

    Declaration

    Swift

    public let created: TimeStamp?
  • The name of the pipeline.

    Declaration

    Swift

    public let name: String?
  • The date and time of the last update to the pipeline, in timestamp format.

    Declaration

    Swift

    public let updated: TimeStamp?
  • The version number of the pipeline.

    Declaration

    Swift

    public let version: Int?
  • Undocumented

    Declaration

    Swift

    public init(created: TimeStamp? = nil, name: String? = nil, updated: TimeStamp? = nil, version: Int? = nil)