CreatePipelineResponse

public struct CreatePipelineResponse : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let pipelineArn: String?
  • The name of the pipeline.

    Declaration

    Swift

    public let pipelineName: String?
  • Undocumented

    Declaration

    Swift

    public init(pipelineArn: String? = nil, pipelineName: String? = nil)