GetImagePipelineRequest

public struct GetImagePipelineRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the image pipeline that you want to retrieve.

    Declaration

    Swift

    public let imagePipelineArn: String
  • Undocumented

    Declaration

    Swift

    public init(imagePipelineArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws