Pipeline
public struct Pipeline : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The activities that perform transformations on the messages.
Declaration
Swift
public let activities: [PipelineActivity]?
-
The ARN of the pipeline.
Declaration
Swift
public let arn: String?
-
When the pipeline was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
The last time the pipeline was updated.
Declaration
Swift
public let lastUpdateTime: TimeStamp?
-
The name of the pipeline.
Declaration
Swift
public let name: String?
-
A summary of information about the pipeline reprocessing.
Declaration
Swift
public let reprocessingSummaries: [ReprocessingSummary]?
-
Undocumented
Declaration
Swift
public init(activities: [PipelineActivity]? = nil, arn: String? = nil, creationTime: TimeStamp? = nil, lastUpdateTime: TimeStamp? = nil, name: String? = nil, reprocessingSummaries: [ReprocessingSummary]? = nil)