CreateImagePipelineResponse
public struct CreateImagePipelineResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The idempotency token used to make this request idempotent.
Declaration
Swift
public let clientToken: String?
-
The Amazon Resource Name (ARN) of the image pipeline that was created by this request.
Declaration
Swift
public let imagePipelineArn: String?
-
The request ID that uniquely identifies this request.
Declaration
Swift
public let requestId: String?
-
Undocumented
Declaration
Swift
public init(clientToken: String? = nil, imagePipelineArn: String? = nil, requestId: String? = nil)