CancelImageCreationResponse

public struct CancelImageCreationResponse : 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 whose creation has been cancelled.

    Declaration

    Swift

    public let imageBuildVersionArn: String?
  • The request ID that uniquely identifies this request.

    Declaration

    Swift

    public let requestId: String?
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String? = nil, imageBuildVersionArn: String? = nil, requestId: String? = nil)