PipelineDetail

public struct PipelineDetail : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the active input attachment currently being ingested by this pipeline.

    Declaration

    Swift

    public let activeInputAttachmentName: String?
  • The name of the input switch schedule action that occurred most recently and that resulted in the switch to the current input attachment for this pipeline.

    Declaration

    Swift

    public let activeInputSwitchActionName: String?
  • Pipeline ID

    Declaration

    Swift

    public let pipelineId: String?
  • Undocumented

    Declaration

    Swift

    public init(activeInputAttachmentName: String? = nil, activeInputSwitchActionName: String? = nil, pipelineId: String? = nil)